aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/FindTIFF.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindTIFF.cmake b/modules/FindTIFF.cmake
index 6bdd53d6..49261dd7 100644
--- a/modules/FindTIFF.cmake
+++ b/modules/FindTIFF.cmake
@@ -17,7 +17,7 @@ endif (TIFF_INCLUDE_DIR AND TIFF_LIBRARY)
find_path(TIFF_INCLUDE_DIR NAMES tiff.h )
-set(TIFF_NAMES ${TIFF_NAMES} tiff libtiff)
+set(TIFF_NAMES ${TIFF_NAMES} tiff libtiff libtiff3)
find_library(TIFF_LIBRARY NAMES ${TIFF_NAMES} )
include(FindPackageHandleStandardArgs)