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 44cc6e0 + 0c9729d commit 2ea7c34Copy full SHA for 2ea7c34
examples/protonect/cmake_modules/FindTurboJPEG.cmake
@@ -19,6 +19,9 @@ FIND_PATH(TurboJPEG_INCLUDE_DIRS
19
include
20
)
21
22
+#Library names:
23
+# debian sid,strech: libturbojpeg0
24
+# debian/ubuntu else: libturbojpeg1-dev #provided by libjpeg-turbo8-dev (ubuntu)
25
FIND_LIBRARY(TurboJPEG_LIBRARIES
26
NAMES libturbojpeg.so.1 libturbojpeg.so.0 turbojpeg
27
DOC "Found TurboJPEG library path"
0 commit comments