Revamp CURL integration. Exclude it from APPLE

This commit is contained in:
tamasmeszaros 2022-05-16 14:02:46 +02:00 committed by Lukas Matena
parent cb62dc6a3f
commit 97a9c1ae1d
5 changed files with 32 additions and 29 deletions

View file

@ -15,6 +15,11 @@ set(DEP_CMAKE_OPTS
include("deps-unix-common.cmake")
find_package(CURL QUIET)
if (NOT CURL_FOUND)
message(WARNING "No CURL dev package found in system, building static library. Mac SDK should include CURL from at least version 10.12. Check your SDK installation.")
endif ()
# ExternalProject_Add(dep_boost
# EXCLUDE_FROM_ALL 1