From 72646d1960b0c979afec225e741d7d89a827c7d0 Mon Sep 17 00:00:00 2001
From: Josh Blum <josh@joshknows.com>
Date: Thu, 9 Sep 2010 15:53:04 -0700
Subject: uhd: added enable flags for usrp1 and usrp2

---
 host/lib/transport/CMakeLists.txt | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'host/lib/transport')

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
 ########################################################################
-- 
cgit v1.2.3