c-ares isn't required.

Don't fail if it's not present.

Change-Id: I7183ce6e1f2af822ebeed219be0f2ca7dd0bab0f
Reviewed-on: https://code.wireshark.org/review/22759
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2017-07-21 20:14:47 -07:00
parent 28dce11948
commit 8dd29939ef
1 changed files with 1 additions and 1 deletions

View File

@ -879,7 +879,7 @@ endif()
if(ENABLE_CARES)
set(PACKAGELIST ${PACKAGELIST} CARES)
# Minimum version needed.
set(CARES_OPTIONS "1.5.0" REQUIRED)
set(CARES_OPTIONS "1.5.0")
endif()
# Zlib compression