diff options
author | Josh Blum <josh@joshknows.com> | 2010-09-09 15:53:04 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-09-09 15:53:04 -0700 |
commit | 72646d1960b0c979afec225e741d7d89a827c7d0 (patch) | |
tree | 54d40fc75cf1ded6cb428a3606e88c371b3816f1 /host/lib/transport | |
parent | ddfcc114bfd6d37c182a3279368852f4b96f9ffd (diff) | |
download | uhd-72646d1960b0c979afec225e741d7d89a827c7d0.tar.gz uhd-72646d1960b0c979afec225e741d7d89a827c7d0.tar.bz2 uhd-72646d1960b0c979afec225e741d7d89a827c7d0.zip |
uhd: added enable flags for usrp1 and usrp2
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 753fd5e85..71a3a1494 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 ######################################################################## |