diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-30 11:12:38 -0500 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-30 11:12:38 -0500 |
commit | a9e5fa7922d2062acdefd989e55c0e27ad260554 (patch) | |
tree | 3d27fae257494cc50e0471505a16250e69d43ba5 /host/lib/transport/CMakeLists.txt | |
parent | 5e4875eb188d80ef6a0321d7fe03c595370062a2 (diff) | |
download | uhd-a9e5fa7922d2062acdefd989e55c0e27ad260554.tar.gz uhd-a9e5fa7922d2062acdefd989e55c0e27ad260554.tar.bz2 uhd-a9e5fa7922d2062acdefd989e55c0e27ad260554.zip |
uhd: set the HAVE_USB_SUPPORT FALSE when not found (fixes error)
Diffstat (limited to 'host/lib/transport/CMakeLists.txt')
-rw-r--r-- | host/lib/transport/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/transport/CMakeLists.txt b/host/lib/transport/CMakeLists.txt index 1ab7c30e7..e63935d6c 100644 --- a/host/lib/transport/CMakeLists.txt +++ b/host/lib/transport/CMakeLists.txt @@ -42,6 +42,7 @@ ELSE(LIBUSB_FOUND) LIBUHD_APPEND_SOURCES( ${CMAKE_SOURCE_DIR}/lib/transport/usb_dummy_impl.cpp ) + SET(HAVE_USB_SUPPORT FALSE) ENDIF(LIBUSB_FOUND) IF(HAVE_USB_SUPPORT) |