aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/CMakeLists.txt
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-23 21:14:23 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-23 21:14:23 +0000
commit6c79987b97663f96218367fe6a793c411879352f (patch)
tree7f2ae5f5cbf0452197d030154bf43879e17e5794 /wiretap/CMakeLists.txt
parentc42bc4465c0df1ff54f7f4c9db7d5a99a15e2493 (diff)
H.sivank:
Cmake fixes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34225 f5534014-38df-0310-8fa8-9805f1628bb7
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
)