summaryrefslogtreecommitdiff
path: root/wiretap/CMakeLists.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2010-09-23 21:14:23 +0000
committerJörg Mayer <jmayer@loplof.de>2010-09-23 21:14:23 +0000
commit79d806450f488fc1e368b90a1804417a10d5885c (patch)
tree7f2ae5f5cbf0452197d030154bf43879e17e5794 /wiretap/CMakeLists.txt
parente60eeb3602e1d61a55e078f01810faf381fd4e8f (diff)
downloadwireshark-79d806450f488fc1e368b90a1804417a10d5885c.tar.gz
H.sivank:
Cmake fixes. svn path=/trunk/; revision=34225
Diffstat (limited to 'wiretap/CMakeLists.txt')
-rw-r--r--wiretap/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/CMakeLists.txt b/wiretap/CMakeLists.txt
index 67e1ec7d99..7de25299f5 100644
--- a/wiretap/CMakeLists.txt
+++ b/wiretap/CMakeLists.txt
@@ -94,7 +94,7 @@ add_yacc_files(WIRETAP_FILES
set(wiretap_LIBS
${GLIB2_LIBRARIES}
- ${Z_LIBRARIES}
+ ${ZLIB_LIBRARIES}
wsutil
)