diff options
author | Josh Blum <josh@joshknows.com> | 2010-09-09 16:21:57 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-09-09 16:21:57 -0700 |
commit | 901fd9fc2630b7a142cd6633965dbd457fbb88bd (patch) | |
tree | 21f7171ede4de542a85eb4622c88a92e2b4da0a0 /host/lib/transport | |
parent | 4a757e64cbb513e6461e547f4d095b0539ae0b09 (diff) | |
parent | 72646d1960b0c979afec225e741d7d89a827c7d0 (diff) | |
download | uhd-901fd9fc2630b7a142cd6633965dbd457fbb88bd.tar.gz uhd-901fd9fc2630b7a142cd6633965dbd457fbb88bd.tar.bz2 uhd-901fd9fc2630b7a142cd6633965dbd457fbb88bd.zip |
Merge branch 'master' into usrp_e
Conflicts:
host/examples/CMakeLists.txt
Diffstat (limited to 'host/lib/transport')
-rw-r--r-- | host/lib/transport/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/host/lib/transport/CMakeLists.txt b/host/lib/transport/CMakeLists.txt index 43449d732..96ef8e505 100644 --- a/host/lib/transport/CMakeLists.txt +++ b/host/lib/transport/CMakeLists.txt @@ -35,6 +35,12 @@ IF(LIBUSB_FOUND) SET(HAVE_USB_SUPPORT TRUE) ENDIF(LIBUSB_FOUND) +IF(HAVE_USB_SUPPORT) + MESSAGE(STATUS "Has USB support - found") +ELSE(HAVE_USB_SUPPORT) + MESSAGE(STATUS "Has USB support - not found") +ENDIF(HAVE_USB_SUPPORT) + ######################################################################## # Check for SIMD headers ######################################################################## |