aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindZLIB.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2010-05-19 13:05:35 +0000
committerJörg Mayer <jmayer@loplof.de>2010-05-19 13:05:35 +0000
commit76cee2c2a1cceec6d55ddb44f83a7858ea8c81db (patch)
tree95eeb233f20c0f18496e41d4a0341c3c84b3124d /cmake/modules/FindZLIB.cmake
parent10fb76ce44005721ccedd2c3e1aa4a3b5be8071a (diff)
Commit 32350 replaced the self written FindZ.cmake by cmakes
FindZLIB.cmake. What it didn't do was do adapt the magic names that are derived from the name of the FindXXX.cmake script. Fix that. Also add $Id$ to the FindZLIB.cmake script. svn path=/trunk/; revision=32899
Diffstat (limited to 'cmake/modules/FindZLIB.cmake')
-rw-r--r--cmake/modules/FindZLIB.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/modules/FindZLIB.cmake b/cmake/modules/FindZLIB.cmake
index 876635b1eb..1bd8d62f2b 100644
--- a/cmake/modules/FindZLIB.cmake
+++ b/cmake/modules/FindZLIB.cmake
@@ -1,6 +1,8 @@
# - Find zlib
# Find the native ZLIB includes and library
#
+# $Id$
+#
# ZLIB_INCLUDE_DIRS - where to find zlib.h, etc.
# ZLIB_LIBRARIES - List of libraries when using zlib.
# ZLIB_FOUND - True if zlib found.