aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-06 18:11:41 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-06 18:11:41 +0000
commitd28324b05eb0b167cafb19f50470be9e439c1c7e (patch)
treeb33f6b737cdb1d1a539e0dc8d7fc1b2f43566c64 /CMakeLists.txt
parent59cca5016b07ac6a2557ec227ebddc8f45eee4da (diff)
Add a comment about PCAP_VERSION
svn path=/trunk/; revision=52409
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 53ebbbac32..f7d0ec4aa1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -136,6 +136,7 @@ if( CMAKE_C_COMPILER_ID MATCHES "MSVC")
set(WARNINGS_CFLAGS "/w34295")
set(WIRESHARK_C_FLAGS
+ # FIXME: This doen't work as PCAP_VERSION will be determined later
"/DPCAP_VERSION=${PCAP_VERSION}"
${LOCAL_CFLAGS}
${WARNINGS_CFLAGS}