mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote branch 'origin/fastpath'
* origin/fastpath: Fix typo in PCAPTests.cmake
This commit is contained in:
commit
4b77164e04
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.6-dev.33
|
1.6-dev.35
|
||||||
|
|
|
@ -2,7 +2,7 @@ include(CheckFunctionExists)
|
||||||
include(CheckCSourceCompiles)
|
include(CheckCSourceCompiles)
|
||||||
include(CheckIncludeFiles)
|
include(CheckIncludeFiles)
|
||||||
|
|
||||||
set(CMAKE_REQUIRED_INCLUDES ${LIBPCAP_INCLUDE_DIR})
|
set(CMAKE_REQUIRED_INCLUDES ${PCAP_INCLUDE_DIR})
|
||||||
set(CMAKE_REQUIRED_LIBRARIES ${PCAP_LIBRARY})
|
set(CMAKE_REQUIRED_LIBRARIES ${PCAP_LIBRARY})
|
||||||
|
|
||||||
check_include_files(pcap-int.h HAVE_PCAP_INT_H)
|
check_include_files(pcap-int.h HAVE_PCAP_INT_H)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue