From b17b440d75a874b404f5493cc8ca9a1d6dbeb08c Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 17 Nov 2015 12:55:06 -0800 Subject: cmake: Cleaned up output, removed duplicate OctoClock component registration --- host/lib/transport/CMakeLists.txt | 1 + host/lib/usrp_clock/octoclock/CMakeLists.txt | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'host/lib') diff --git a/host/lib/transport/CMakeLists.txt b/host/lib/transport/CMakeLists.txt index 23a06bcd3..79c8a90b7 100644 --- a/host/lib/transport/CMakeLists.txt +++ b/host/lib/transport/CMakeLists.txt @@ -30,6 +30,7 @@ ENDIF(ENABLE_X300) # Setup libusb ######################################################################## IF(ENABLE_USB) + MESSAGE(STATUS "") MESSAGE(STATUS "USB support enabled via libusb.") INCLUDE_DIRECTORIES(${LIBUSB_INCLUDE_DIRS}) LIBUHD_APPEND_LIBS(${LIBUSB_LIBRARIES}) diff --git a/host/lib/usrp_clock/octoclock/CMakeLists.txt b/host/lib/usrp_clock/octoclock/CMakeLists.txt index a74cb034f..d3728344e 100644 --- a/host/lib/usrp_clock/octoclock/CMakeLists.txt +++ b/host/lib/usrp_clock/octoclock/CMakeLists.txt @@ -18,8 +18,6 @@ ######################################################################## # Conditionally configure the OctoClock support ######################################################################## -LIBUHD_REGISTER_COMPONENT("OctoClock" ENABLE_OCTOCLOCK ON "ENABLE_LIBUHD" OFF OFF) - IF(ENABLE_OCTOCLOCK) ADD_DEFINITIONS(-DIHEX_USE_STDBOOL) -- cgit v1.2.3