Skip to content
Snippets Groups Projects
Commit 74cc2e33 authored by Miguel Medalha's avatar Miguel Medalha Committed by Brad King
Browse files

FindJPEG: Search for 'turbojpeg' and 'turbojpeg-static' too

parent ce874fbc
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ Obsolete variables
find_path(JPEG_INCLUDE_DIR jpeglib.h)
set(jpeg_names ${JPEG_NAMES} jpeg jpeg-static libjpeg libjpeg-static)
set(jpeg_names ${JPEG_NAMES} jpeg jpeg-static libjpeg libjpeg-static turbojpeg turbojpeg-static)
foreach(name ${jpeg_names})
list(APPEND jpeg_names_debug "${name}d")
endforeach()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment