summaryrefslogtreecommitdiffstats
path: root/host
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
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')
-rw-r--r--host/docs/CMakeLists.txt2
-rw-r--r--host/lib/transport/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/CMakeLists.txt b/host/docs/CMakeLists.txt
index 592d66526..cd17b648a 100644
--- a/host/docs/CMakeLists.txt
+++ b/host/docs/CMakeLists.txt
@@ -36,7 +36,7 @@ SET(manual_sources
# Setup Manual
########################################################################
MESSAGE(STATUS "")
-FIND_PACKAGE(Docutils REQUIRED)
+FIND_PACKAGE(Docutils)
LIBUHD_REGISTER_COMPONENT("Manual" ENABLE_MANUAL ON "DOCUTILS_FOUND" OFF)
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)