Skip to content

Commit 2ea7c34

Browse files
committed
Merge pull request #301 from goldhoorn/comments
Added comments for lib-names
2 parents 44cc6e0 + 0c9729d commit 2ea7c34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/protonect/cmake_modules/FindTurboJPEG.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ FIND_PATH(TurboJPEG_INCLUDE_DIRS
1919
include
2020
)
2121

22+
#Library names:
23+
# debian sid,strech: libturbojpeg0
24+
# debian/ubuntu else: libturbojpeg1-dev #provided by libjpeg-turbo8-dev (ubuntu)
2225
FIND_LIBRARY(TurboJPEG_LIBRARIES
2326
NAMES libturbojpeg.so.1 libturbojpeg.so.0 turbojpeg
2427
DOC "Found TurboJPEG library path"

0 commit comments

Comments
 (0)