diff options
Diffstat (limited to 'host/lib/deps/CMakeLists.txt')
-rw-r--r-- | host/lib/deps/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/host/lib/deps/CMakeLists.txt b/host/lib/deps/CMakeLists.txt index 106f2cd19..bcb89d29a 100644 --- a/host/lib/deps/CMakeLists.txt +++ b/host/lib/deps/CMakeLists.txt @@ -14,5 +14,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # - -ADD_SUBDIRECTORY(rpclib) +IF(ENABLE_NETD) + ADD_SUBDIRECTORY(rpclib) +ENDIF() |