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:
Johanna Amann 2025-04-02 18:32:19 +01:00
parent af46322152
commit 5624359f30
2 changed files with 1 additions and 4 deletions

View file

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

@ -1 +1 @@
Subproject commit dcaad38c87218537a046c092e31ec16a3ee01cfd Subproject commit 69511a77d79bfe944d063c5a16894131202f435f