Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2021-03-19 21:03:31 +0300
committertamasmeszaros <meszaros.q@gmail.com>2021-07-26 14:16:01 +0300
commit69139c2a6f83edc9f5da51991e8d5f4d89a50b1e (patch)
tree4a92aee11a4ccb9195576537383ff72c750855f2 /deps/deps-windows.cmake
parentca67d880ec6003c27c63242cca8c9a668c3ddebe (diff)
Add NLopt the new way to dependencies
Diffstat (limited to 'deps/deps-windows.cmake')
-rw-r--r--deps/deps-windows.cmake21
1 files changed, 0 insertions, 21 deletions
diff --git a/deps/deps-windows.cmake b/deps/deps-windows.cmake
index fc9f55f5f..eab60f698 100644
--- a/deps/deps-windows.cmake
+++ b/deps/deps-windows.cmake
@@ -128,27 +128,6 @@ ExternalProject_Add(dep_cereal
INSTALL_COMMAND ""
)
-ExternalProject_Add(dep_nlopt
- EXCLUDE_FROM_ALL 1
- URL "https://github.com/stevengj/nlopt/archive/v2.5.0.tar.gz"
- URL_HASH SHA256=c6dd7a5701fff8ad5ebb45a3dc8e757e61d52658de3918e38bab233e7fd3b4ae
- CMAKE_GENERATOR "${DEP_MSVC_GEN}"
- CMAKE_GENERATOR_PLATFORM "${DEP_PLATFORM}"
- CMAKE_ARGS
- -DBUILD_SHARED_LIBS=OFF
- -DNLOPT_PYTHON=OFF
- -DNLOPT_OCTAVE=OFF
- -DNLOPT_MATLAB=OFF
- -DNLOPT_GUILE=OFF
- -DCMAKE_POSITION_INDEPENDENT_CODE=ON
- -DCMAKE_DEBUG_POSTFIX=d
- "-DCMAKE_INSTALL_PREFIX:PATH=${DESTDIR}\\usr\\local"
- BUILD_COMMAND msbuild /m /P:Configuration=Release INSTALL.vcxproj
- INSTALL_COMMAND ""
-)
-
-add_debug_dep(dep_nlopt)
-
if (${DEPS_BITS} EQUAL 32)
set(DEP_LIBCURL_TARGET "x86")
else ()