diff options
author | Jörg Mayer <jmayer@loplof.de> | 2010-05-19 13:05:35 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2010-05-19 13:05:35 +0000 |
commit | 76cee2c2a1cceec6d55ddb44f83a7858ea8c81db (patch) | |
tree | 95eeb233f20c0f18496e41d4a0341c3c84b3124d /cmake | |
parent | 10fb76ce44005721ccedd2c3e1aa4a3b5be8071a (diff) | |
download | wireshark-76cee2c2a1cceec6d55ddb44f83a7858ea8c81db.tar.gz wireshark-76cee2c2a1cceec6d55ddb44f83a7858ea8c81db.tar.bz2 wireshark-76cee2c2a1cceec6d55ddb44f83a7858ea8c81db.zip |
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')
-rw-r--r-- | cmake/modules/FindZLIB.cmake | 2 |
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.
|