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
This commit is contained in:
Jörg Mayer 2013-11-30 23:40:25 +00:00
parent fbaac2cf8b
commit e30fd2f989
1 changed files with 2 additions and 1 deletions

View File

@ -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}