mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove unnecessary check for bind library.
This has not been required since we switched to c-ares and breaks builds on Fedora Rawhide. Fixes GH-4329
This commit is contained in:
parent
af46322152
commit
5624359f30
2 changed files with 1 additions and 4 deletions
|
@ -797,9 +797,6 @@ find_package(FLEX REQUIRED)
|
||||||
find_package(BISON 2.5 REQUIRED)
|
find_package(BISON 2.5 REQUIRED)
|
||||||
find_package(PCAP REQUIRED)
|
find_package(PCAP REQUIRED)
|
||||||
find_package(OpenSSL REQUIRED)
|
find_package(OpenSSL REQUIRED)
|
||||||
if (NOT MSVC)
|
|
||||||
find_package(BIND REQUIRED)
|
|
||||||
endif ()
|
|
||||||
find_package(ZLIB REQUIRED)
|
find_package(ZLIB REQUIRED)
|
||||||
|
|
||||||
if (NOT BINARY_PACKAGING_MODE)
|
if (NOT BINARY_PACKAGING_MODE)
|
||||||
|
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
||||||
Subproject commit dcaad38c87218537a046c092e31ec16a3ee01cfd
|
Subproject commit 69511a77d79bfe944d063c5a16894131202f435f
|
Loading…
Add table
Add a link
Reference in a new issue