diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-04 18:01:55 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-04 18:01:55 -0800 |
commit | e46edab958579064357d3dc095c0c63e2c5a1273 (patch) | |
tree | d6968f59f6a929ee8fb9b8e9612775bfce731151 /host/lib | |
parent | 78085d3c101e0dbaf95393904c8c06ca5279cc42 (diff) | |
download | uhd-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')
-rw-r--r-- | host/lib/transport/CMakeLists.txt | 2 |
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) |