diff options
author | Josh Blum <josh@joshknows.com> | 2012-01-09 12:07:33 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-01-09 13:58:56 -0800 |
commit | f72dc7bd5b1cc3049a431efa676382e2270000be (patch) | |
tree | 05fc5060f8fc63aec63dedc6aeb3d23493486fc0 /host/docs | |
parent | 607b9a360067727a849d3088d5efa531192411e2 (diff) | |
download | uhd-f72dc7bd5b1cc3049a431efa676382e2270000be.tar.gz uhd-f72dc7bd5b1cc3049a431efa676382e2270000be.tar.bz2 uhd-f72dc7bd5b1cc3049a431efa676382e2270000be.zip |
usb: updated FindUSB1.cmake for standards compliance
Using cmake's recommended conventions for find scripts.
Find script also handles different library name for freebsd.
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/build.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/build.rst b/host/docs/build.rst index e5ea85ce0..fbd582880 100644 --- a/host/docs/build.rst +++ b/host/docs/build.rst @@ -171,7 +171,7 @@ On Windows, cmake does not have the advantage of pkg-config, so we must manually tell cmake how to locate the LibUSB header and lib. * From the cmake gui, select "Advanded View" -* Set LIBUSB_INCLUDE_DIR to the directory with "libusb.h". +* Set LIBUSB_INCLUDE_DIRS to the directory with "libusb.h". * Set LIBUSB_LIBRARIES to the full path for "libusb-1.0.lib". * Recommend the static libusb-1.0.lib to simplify runtime dependencies. |