[Cmake-commits] CMake branch, next, updated. v2.8.2-287-gb229eef
Alexander Neundorf
neundorf at kde.org
Tue Jul 27 16:45:51 EDT 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via b229eef04aa04449ac4719285972e8a35a5e7f70 (commit)
via 14dfdc3e4247ebc32e51632a9f2ea802d62ed2ee (commit)
via f66b3220cd570ac017ec9ad28659d0f43ae528f0 (commit)
from 7ee93db9ef19886ceb0dbba7ef5a0debf9a6db18 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b229eef04aa04449ac4719285972e8a35a5e7f70
commit b229eef04aa04449ac4719285972e8a35a5e7f70
Merge: 7ee93db 14dfdc3
Author: Alex Neundorf <neundorf at kde.org>
AuthorDate: Tue Jul 27 22:41:21 2010 +0200
Commit: Alex Neundorf <neundorf at kde.org>
CommitDate: Tue Jul 27 22:41:21 2010 +0200
Merge branch 'AdditionalLibTiffName' into next
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=14dfdc3e4247ebc32e51632a9f2ea802d62ed2ee
commit 14dfdc3e4247ebc32e51632a9f2ea802d62ed2ee
Author: Alex Neundorf <neundorf at kde.org>
AuthorDate: Tue Jul 27 22:33:34 2010 +0200
Commit: Alex Neundorf <neundorf at kde.org>
CommitDate: Tue Jul 27 22:33:34 2010 +0200
-add an additional name for finding libtiff on Windows
libtiff also exists as tiff.dll/lib under Windows, patch from
Patrick Spendrin (#10942)
Alex
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
-----------------------------------------------------------------------
Summary of changes:
Modules/FindTIFF.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list