diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-02 01:58:06 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-02 01:58:06 -0800 |
commit | ea20cc274cdd7ea15df2347e9d1a3539bd819bed (patch) | |
tree | 21bdf65f0b3276216baa26b5917422ee1e47e620 /host/lib | |
parent | b4d58f3501596fdddf240d576d0b1b2cb5862892 (diff) | |
download | uhd-ea20cc274cdd7ea15df2347e9d1a3539bd819bed.tar.gz uhd-ea20cc274cdd7ea15df2347e9d1a3539bd819bed.tar.bz2 uhd-ea20cc274cdd7ea15df2347e9d1a3539bd819bed.zip |
uhd: create a find packages module for docutils, cleaned up some of the other find package stuff
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/transport/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/transport/CMakeLists.txt b/host/lib/transport/CMakeLists.txt index 5602e47a7..0d6226e4c 100644 --- a/host/lib/transport/CMakeLists.txt +++ b/host/lib/transport/CMakeLists.txt @@ -22,7 +22,8 @@ ######################################################################## # Setup libusb ######################################################################## -FIND_PACKAGE(USB1) +MESSAGE(STATUS "") +FIND_PACKAGE(USB1 REQUIRED) LIBUHD_REGISTER_COMPONENT("USB" ENABLE_USB ON "ENABLE_LIBUHD;LIBUSB_FOUND" OFF) |