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 + 1 file changed, 1 insertion(+) (limited to 'host/lib/transport') 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}) -- cgit v1.2.3