Revamp CURL integration. Exclude it from APPLE
This commit is contained in:
parent
cb62dc6a3f
commit
97a9c1ae1d
5 changed files with 32 additions and 29 deletions
5
deps/deps-macos.cmake
vendored
5
deps/deps-macos.cmake
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue