Skip to content

Commit 1ef08ee

Browse files
committed
Merge pull request #259 from OpenKinect/cmake_libusb_1.0
search for libusb-1.0 instead of libusb
2 parents 907c738 + 17675a0 commit 1ef08ee

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/protonect/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ SET(LIBRARY_OUTPUT_PATH ${MY_DIR}/lib)
4848

4949
# dependencies
5050
find_package(PkgConfig) # try find PKGConfig as it will be used if found
51-
auto_detect_lib(LibUSB REQUIRED)
51+
auto_detect_lib(LibUSB-1.0 REQUIRED)
5252
auto_detect_lib(OpenCV REQUIRED)
5353
FIND_PACKAGE(TurboJPEG REQUIRED) #does not provide a package-config file
5454

0 commit comments

Comments
 (0)