diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a486000fc..9958f293e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,6 +37,8 @@ option(SLIC3R_UBSAN "Enable UBSan on Clang and GCC" 0) # If SLIC3R_FHS is 1 -> SLIC3R_DESKTOP_INTEGRATION is always 0, othrewise variable. CMAKE_DEPENDENT_OPTION(SLIC3R_DESKTOP_INTEGRATION "Allow perfoming desktop integration during runtime" 1 "NOT SLIC3R_FHS" 0) +set(SLIC3R_STATIC_EXCLUDE_CURL ON CACHE BOOL "" FORCE) + set(OPENVDB_FIND_MODULE_PATH "" CACHE PATH "Path to OpenVDB installation's find modules.") set(SLIC3R_GTK "2" CACHE STRING "GTK version to use with wxWidgets on Linux") diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index 94daee85f5..71f15e2d6e 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -179,7 +179,7 @@ include(CGAL/CGAL.cmake) include(NLopt/NLopt.cmake) include(OpenSSL/OpenSSL.cmake) -include(CURL/CURL.cmake) +#include(CURL/CURL.cmake) include(JPEG/JPEG.cmake) include(TIFF/TIFF.cmake) @@ -188,7 +188,7 @@ include(wxWidgets/wxWidgets.cmake) set(_dep_list dep_Boost dep_TBB - dep_CURL + #dep_CURL dep_wxWidgets dep_Cereal dep_NLopt