From ea20cc274cdd7ea15df2347e9d1a3539bd819bed Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 2 Jan 2011 01:58:06 -0800 Subject: uhd: create a find packages module for docutils, cleaned up some of the other find package stuff --- host/lib/transport/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'host/lib') 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) -- cgit v1.2.3