-add an additional name for finding libtiff on Windows
libtiff also exists as tiff.dll/lib under Windows, patch from Patrick Spendrin (#10942) Alex
This commit is contained in:
parent
f66b3220cd
commit
14dfdc3e42
|
@ -22,7 +22,7 @@
|
|||
|
||||
FIND_PATH(TIFF_INCLUDE_DIR tiff.h)
|
||||
|
||||
SET(TIFF_NAMES ${TIFF_NAMES} tiff libtiff libtiff3)
|
||||
SET(TIFF_NAMES ${TIFF_NAMES} tiff libtiff tiff3 libtiff3)
|
||||
FIND_LIBRARY(TIFF_LIBRARY NAMES ${TIFF_NAMES} )
|
||||
|
||||
# handle the QUIETLY and REQUIRED arguments and set TIFF_FOUND to TRUE if
|
||||
|
|
Loading…
Reference in New Issue