From e30fd2f989dd6b2c20257133b0d5ebad596c0ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sat, 30 Nov 2013 23:40:25 +0000 Subject: Looks like the WinPcap version can only be determined from the name of the compressed archive - which currently means "only by manual developer intervention". svn path=/trunk/; revision=53682 --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 09e9756640..f23c484686 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -165,7 +165,8 @@ 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 + # FIXME: This doen't work as PCAP_VERSION cannot be determined from + # source or executable. "/DPCAP_VERSION=${PCAP_VERSION}" ${LOCAL_CFLAGS} ${WARNINGS_CFLAGS} -- cgit v1.2.1