From 4cee4f0e0ec5dbd4fc0d0a056b5949b479f6284d Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Tue, 25 Sep 2018 15:54:39 +0200 Subject: [PATCH] changing defaultly downloaded nlopt version to 2.5.0 --- src/libnest2d/cmake_modules/DownloadNLopt.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libnest2d/cmake_modules/DownloadNLopt.cmake b/src/libnest2d/cmake_modules/DownloadNLopt.cmake index 0f5392596..65b1866db 100644 --- a/src/libnest2d/cmake_modules/DownloadNLopt.cmake +++ b/src/libnest2d/cmake_modules/DownloadNLopt.cmake @@ -10,7 +10,7 @@ endif() include(DownloadProject) download_project( PROJ nlopt GIT_REPOSITORY https://github.com/stevengj/nlopt.git - GIT_TAG 1fcbcbf2fe8e34234e016cc43a6c41d3e8453e1f #master #nlopt-2.4.2 + GIT_TAG v2.5.0 #1fcbcbf2fe8e34234e016cc43a6c41d3e8453e1f #master #nlopt-2.4.2 # CMAKE_CACHE_ARGS -DBUILD_SHARED_LIBS:BOOL=OFF -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE} -DCMAKE_INSTALL_PREFIX=${NLopt_DIR} ${UPDATE_DISCONNECTED_IF_AVAILABLE} )