mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix typo in PCAPTests.cmake
With this correction, the configure tests should now be pulling in the correct user-specified libpcap headers
This commit is contained in:
parent
1e407b433c
commit
a19391b94b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ include(CheckFunctionExists)
|
|||
include(CheckCSourceCompiles)
|
||||
include(CheckIncludeFiles)
|
||||
|
||||
set(CMAKE_REQUIRED_INCLUDES ${LIBPCAP_INCLUDE_DIR})
|
||||
set(CMAKE_REQUIRED_INCLUDES ${PCAP_INCLUDE_DIR})
|
||||
set(CMAKE_REQUIRED_LIBRARIES ${PCAP_LIBRARY})
|
||||
|
||||
check_include_files(pcap-int.h HAVE_PCAP_INT_H)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue