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/usrp/dboard/eiscat/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/lib/usrp/dboard/eiscat') diff --git a/host/lib/usrp/dboard/eiscat/CMakeLists.txt b/host/lib/usrp/dboard/eiscat/CMakeLists.txt index bd55dcc14..c1ff10b3d 100644 --- a/host/lib/usrp/dboard/eiscat/CMakeLists.txt +++ b/host/lib/usrp/dboard/eiscat/CMakeLists.txt @@ -15,10 +15,10 @@ # along with this program. If not, see . # -IF(ENABLE_NETD AND ENABLE_EISCAT) +IF(ENABLE_MPMD AND ENABLE_EISCAT) LIST(APPEND EISCAT_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/eiscat_radio_ctrl_impl.cpp ) LIBUHD_APPEND_SOURCES(${EISCAT_SOURCES}) -ENDIF(ENABLE_NETD AND ENABLE_EISCAT) +ENDIF(ENABLE_MPMD AND ENABLE_EISCAT) -- cgit v1.2.3