aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2010-09-09 20:41:38 -0400
committerPhilip Balister <philip@opensdr.com>2010-09-09 20:41:38 -0400
commit5fe26aa11d3fbd32aa60d44aef2a50381b497eeb (patch)
treee227349732a7aa1508fcb5a727b851500a45c97f /host/lib/transport
parent09a1b77a65202e6c569be7e1b31d9d453ef388a2 (diff)
parentbc824badaa981c1785d8c76d7cf56274d7c582b8 (diff)
downloaduhd-5fe26aa11d3fbd32aa60d44aef2a50381b497eeb.tar.gz
uhd-5fe26aa11d3fbd32aa60d44aef2a50381b497eeb.tar.bz2
uhd-5fe26aa11d3fbd32aa60d44aef2a50381b497eeb.zip
Merge branch 'usrp_e' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e
Diffstat (limited to 'host/lib/transport')
-rw-r--r--host/lib/transport/CMakeLists.txt6
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
########################################################################