We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907c738 commit 17675a0Copy full SHA for 17675a0
examples/protonect/CMakeLists.txt
@@ -48,7 +48,7 @@ SET(LIBRARY_OUTPUT_PATH ${MY_DIR}/lib)
48
49
# dependencies
50
find_package(PkgConfig) # try find PKGConfig as it will be used if found
51
-auto_detect_lib(LibUSB REQUIRED)
+auto_detect_lib(LibUSB-1.0 REQUIRED)
52
auto_detect_lib(OpenCV REQUIRED)
53
FIND_PACKAGE(TurboJPEG REQUIRED) #does not provide a package-config file
54
examples/protonect/cmake_modules/FindLibUsb.cmake renamed to examples/protonect/cmake_modules/FindLibUsb-1.0.cmake
0 commit comments