aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2007-09-24 10:56:16 +0000
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2007-09-24 10:56:16 +0000
commite470ff64e894fbe7c8ce1c0ce3333eb0d92d1b80 (patch)
tree0503911496ae4c785d92ea0b65a92124f89863eb
parent0e93aecc9d6e8736fa9b2bf0b9a8c6adc30e6337 (diff)
downloadextra-cmake-modules-e470ff64e894fbe7c8ce1c0ce3333eb0d92d1b80.tar.gz
extra-cmake-modules-e470ff64e894fbe7c8ce1c0ce3333eb0d92d1b80.tar.bz2
another name for the tiff lib -> libtiff3
svn path=/trunk/KDE/kdelibs/; revision=716257
-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)