aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-19 13:05:35 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-19 13:05:35 +0000
commiteb26de03fe194996303439f890ee287f1d32a519 (patch)
tree95eeb233f20c0f18496e41d4a0341c3c84b3124d /cmake
parent9378ec7a4b0c31262d6597a03bf1aaa9211c2e24 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32899 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to '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.