We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbaf10 commit 6e8b304Copy full SHA for 6e8b304
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.15.0)
+cmake_minimum_required(VERSION 3.28)
2
3
project(StableSolver LANGUAGES CXX)
4
extern/CMakeLists.txt
@@ -15,7 +15,7 @@ FetchContent_MakeAvailable(Boost)
15
FetchContent_Declare(
16
optimizationtools
17
GIT_REPOSITORY https://github.com/fontanf/optimizationtools.git
18
- GIT_TAG dd6359ddc0996247f3a571e5d71606286dbab326
+ GIT_TAG 65c8e11224aac1cf6e6e33c040b6b895341ad156
19
#SOURCE_DIR "${PROJECT_SOURCE_DIR}/../optimizationtools/"
20
EXCLUDE_FROM_ALL)
21
FetchContent_MakeAvailable(optimizationtools)
0 commit comments