From 364fb261c12dfd1a2a61ead356dc3a5ee96ffc57 Mon Sep 17 00:00:00 2001 From: Florian Fontan Date: Fri, 12 Apr 2024 22:37:33 +0200 Subject: [PATCH] Update optimizationtools dependency --- extern/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt index 43fd854..e25b6a3 100644 --- a/extern/CMakeLists.txt +++ b/extern/CMakeLists.txt @@ -17,6 +17,6 @@ FetchContent_MakeAvailable(Boost) FetchContent_Declare( optimizationtools GIT_REPOSITORY https://github.com/fontanf/optimizationtools.git - GIT_TAG bf8539009c46afd2117e8ffdd7a2b40d3ced7394) + GIT_TAG 95bd5064ef65ea964fe00a1547c2a556cd98d588) #SOURCE_DIR "${PROJECT_SOURCE_DIR}/../optimizationtools/") FetchContent_MakeAvailable(optimizationtools)