summaryrefslogtreecommitdiffstats
path: root/host/lib/transport
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-01-04 18:01:55 -0800
committerJosh Blum <josh@joshknows.com>2011-01-04 18:01:55 -0800
commite46edab958579064357d3dc095c0c63e2c5a1273 (patch)
treed6968f59f6a929ee8fb9b8e9612775bfce731151 /host/lib/transport
parent78085d3c101e0dbaf95393904c8c06ca5279cc42 (diff)
downloaduhd-e46edab958579064357d3dc095c0c63e2c5a1273.tar.gz
uhd-e46edab958579064357d3dc095c0c63e2c5a1273.tar.bz2
uhd-e46edab958579064357d3dc095c0c63e2c5a1273.zip
uhd: removed REQUIRED from find package calls to libusb and docutils
Diffstat (limited to 'host/lib/transport')
-rw-r--r--host/lib/transport/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/transport/CMakeLists.txt b/host/lib/transport/CMakeLists.txt
index 4bfe03b10..ac92ffe6d 100644
--- a/host/lib/transport/CMakeLists.txt
+++ b/host/lib/transport/CMakeLists.txt
@@ -23,7 +23,7 @@
# Setup libusb
########################################################################
MESSAGE(STATUS "")
-FIND_PACKAGE(USB1 REQUIRED)
+FIND_PACKAGE(USB1)
LIBUHD_REGISTER_COMPONENT("USB" ENABLE_USB ON "ENABLE_LIBUHD;LIBUSB_FOUND" OFF)