From a9e5fa7922d2062acdefd989e55c0e27ad260554 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 30 Nov 2010 11:12:38 -0500 Subject: uhd: set the HAVE_USB_SUPPORT FALSE when not found (fixes error) --- host/lib/transport/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3