Skip to content
Snippets Groups Projects
Commit 877e9568 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CMake FindTIFF fix for Windows where tiff*.h reside in include/libtiff

parent 6f0b91a2
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ The following cache variables may also be set:
cmake_policy(PUSH)
cmake_policy(SET CMP0057 NEW)
find_path(TIFF_INCLUDE_DIR tiff.h)
find_path(TIFF_INCLUDE_DIR tiff.h PATH_SUFFIXES libtiff) # patched with respect to my CMake contrib
set(TIFF_NAMES ${TIFF_NAMES} tiff libtiff tiff3 libtiff3)
foreach(name ${TIFF_NAMES})
......
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