From 65713fa6f5dd534da1dcc34a7fb4baeeccc5d4c8 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Sat, 20 May 2017 17:44:01 -0700 Subject: Rename netd to mpmd --- host/lib/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/lib/CMakeLists.txt') diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt index a1c5648ad..bfc8ddc11 100644 --- a/host/lib/CMakeLists.txt +++ b/host/lib/CMakeLists.txt @@ -72,7 +72,7 @@ LIBUHD_REGISTER_COMPONENT("USRP1" ENABLE_USRP1 ON "ENABLE_LIBUHD;ENABLE_USB" OFF LIBUHD_REGISTER_COMPONENT("USRP2" ENABLE_USRP2 ON "ENABLE_LIBUHD" OFF OFF) LIBUHD_REGISTER_COMPONENT("X300" ENABLE_X300 ON "ENABLE_LIBUHD" OFF OFF) LIBUHD_REGISTER_COMPONENT("N230" ENABLE_N230 ON "ENABLE_LIBUHD" OFF OFF) -LIBUHD_REGISTER_COMPONENT("NETD" ENABLE_NETD ON "ENABLE_LIBUHD" OFF OFF) +LIBUHD_REGISTER_COMPONENT("MPMD" ENABLE_MPMD ON "ENABLE_LIBUHD" OFF OFF) LIBUHD_REGISTER_COMPONENT("OctoClock" ENABLE_OCTOCLOCK ON "ENABLE_LIBUHD" OFF OFF) ######################################################################## @@ -165,7 +165,7 @@ ENDIF(MSVC) ######################################################################## # Setup libuhd library ######################################################################## -IF(ENABLE_NETD) +IF(ENABLE_MPMD) INCLUDE_DIRECTORIES(deps/rpclib/include) ADD_SUBDIRECTORY(deps) LIST(APPEND libuhd_sources $) -- cgit v1.2.3