aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-04-26 11:31:25 -0700
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-04-27 05:36:49 +0000
commit2549e51ee4720262c66b97ffd9e0a329eb340eea (patch)
tree46418c1aaf38cae26a5680466ca427b7df11640f /CMakeOptions.txt
parentff9a89c8a2bb0fbe34fea10324a213b84b3232e7 (diff)
Remove unneeded c-ares checks.
C-ares has been mandatory since 451a241e50. Remove some checks that are no longer needed. Rename OPTIONAL_DLLS to THIRD_PARTY_DLLS and OPTIONAL_PDBS to THIRD_PARTY_PDBS in CMakeLists.txt, which is more accurate.
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index d76851d1a1..a7297f361e 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -98,7 +98,6 @@ endif()
if (NOT WIN32)
option(ENABLE_CAP "Build with Posix capabilities support" ON)
endif()
-option(ENABLE_CARES "Build with c-ares support" ON)
if(UNIX)
# Libnl is Linux-specific.
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")