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.
2 parents 49d4465 + 7cb9d8b commit 44cc6e0Copy full SHA for 44cc6e0
examples/protonect/cmake_modules/FindTurboJPEG.cmake
@@ -20,7 +20,7 @@ FIND_PATH(TurboJPEG_INCLUDE_DIRS
20
)
21
22
FIND_LIBRARY(TurboJPEG_LIBRARIES
23
- NAMES libturbojpeg.so.0 turbojpeg
+ NAMES libturbojpeg.so.1 libturbojpeg.so.0 turbojpeg
24
DOC "Found TurboJPEG library path"
25
PATHS
26
"${DEPENDS_DIR}/libjpeg_turbo"
0 commit comments