summaryrefslogtreecommitdiffstats
path: root/Modules/FindTIFF.cmake
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2010-07-27 20:33:34 (GMT)
committerAlex Neundorf <neundorf@kde.org>2010-07-27 20:33:34 (GMT)
commit14dfdc3e4247ebc32e51632a9f2ea802d62ed2ee (patch)
treeb69e9d51430aa2d9589451b12bba2b9c3f462c99 /Modules/FindTIFF.cmake
parentf66b3220cd570ac017ec9ad28659d0f43ae528f0 (diff)
downloadCMake-14dfdc3e4247ebc32e51632a9f2ea802d62ed2ee.zip
CMake-14dfdc3e4247ebc32e51632a9f2ea802d62ed2ee.tar.gz
CMake-14dfdc3e4247ebc32e51632a9f2ea802d62ed2ee.tar.bz2
-add an additional name for finding libtiff on Windows
libtiff also exists as tiff.dll/lib under Windows, patch from Patrick Spendrin (#10942) Alex
Diffstat (limited to 'Modules/FindTIFF.cmake')
-rw-r--r--Modules/FindTIFF.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindTIFF.cmake b/Modules/FindTIFF.cmake
index 8711634..62cc5c5 100644
--- a/Modules/FindTIFF.cmake
+++ b/Modules/FindTIFF.cmake
@@ -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