Add CURL and OpenSSL the new way

This commit is contained in:
tamasmeszaros
2021-03-20 16:16:50 +01:00
parent d1cdf80fef
commit 974967640b
5 changed files with 205 additions and 97 deletions

4
deps/CMakeLists.txt vendored
View File

@@ -153,6 +153,8 @@ include(MPFR/MPFR.cmake)
include(CGAL/CGAL.cmake)
include(NLopt/NLopt.cmake)
include(TBB/TBB.cmake)
include(OpenSSL/OpenSSL.cmake)
include(CURL/CURL.cmake)
include(wxWidgets/wxWidgets.cmake)
if (NOT "${ZLIB_PKG}" STREQUAL "")
@@ -165,7 +167,7 @@ add_dependencies(dep_openvdb dep_TBB)
set(_dep_list
dep_boost
dep_TBB
dep_libcurl
dep_CURL
dep_wxWidgets
dep_cereal
dep_NLopt