diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-29 19:09:43 -0500 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-29 19:09:43 -0500 |
commit | 5e4875eb188d80ef6a0321d7fe03c595370062a2 (patch) | |
tree | 6638704433bba89b3f6af332cf8b86b1865a0694 /host/lib/transport | |
parent | d96252d6dcf24a8dec9a2f171bd8f305702d8432 (diff) | |
download | uhd-5e4875eb188d80ef6a0321d7fe03c595370062a2.tar.gz uhd-5e4875eb188d80ef6a0321d7fe03c595370062a2.tar.bz2 uhd-5e4875eb188d80ef6a0321d7fe03c595370062a2.zip |
uhd: added macro to enable/disable components
libuhd prints summary of components
added newline prints before config checks
Diffstat (limited to 'host/lib/transport')
-rw-r--r-- | host/lib/transport/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/transport/CMakeLists.txt b/host/lib/transport/CMakeLists.txt index b95d46381..1ab7c30e7 100644 --- a/host/lib/transport/CMakeLists.txt +++ b/host/lib/transport/CMakeLists.txt @@ -20,6 +20,8 @@ ######################################################################## # Setup libusb ######################################################################## +MESSAGE(STATUS "") +MESSAGE(STATUS "Configuring USB support...") LIST(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/lib/transport) FIND_PACKAGE(USB1 REQUIRED) @@ -67,6 +69,7 @@ ENDIF(HAVE_ARM_NEON_H) ######################################################################## # Setup defines for interface address discovery ######################################################################## +MESSAGE(STATUS "") MESSAGE(STATUS "Configuring interface address discovery...") INCLUDE(CheckIncludeFileCXX) |