changing defaultly downloaded nlopt version to 2.5.0
This commit is contained in:
parent
6260e43f61
commit
4cee4f0e0e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ endif()
|
||||||
include(DownloadProject)
|
include(DownloadProject)
|
||||||
download_project( PROJ nlopt
|
download_project( PROJ nlopt
|
||||||
GIT_REPOSITORY https://github.com/stevengj/nlopt.git
|
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}
|
# CMAKE_CACHE_ARGS -DBUILD_SHARED_LIBS:BOOL=OFF -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE} -DCMAKE_INSTALL_PREFIX=${NLopt_DIR}
|
||||||
${UPDATE_DISCONNECTED_IF_AVAILABLE}
|
${UPDATE_DISCONNECTED_IF_AVAILABLE}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue