Skip to content

Commit 44cc6e0

Browse files
committed
Merge pull request #300 from goldhoorn/fix_turbojpeg
Extended name of libtubrojpeg for debian packaging
2 parents 49d4465 + 7cb9d8b commit 44cc6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/protonect/cmake_modules/FindTurboJPEG.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FIND_PATH(TurboJPEG_INCLUDE_DIRS
2020
)
2121

2222
FIND_LIBRARY(TurboJPEG_LIBRARIES
23-
NAMES libturbojpeg.so.0 turbojpeg
23+
NAMES libturbojpeg.so.1 libturbojpeg.so.0 turbojpeg
2424
DOC "Found TurboJPEG library path"
2525
PATHS
2626
"${DEPENDS_DIR}/libjpeg_turbo"

0 commit comments

Comments
 (0)