Skip to content

Commit 6e8b304

Browse files
committed
Update dependencies
1 parent 2bbaf10 commit 6e8b304

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.15.0)
1+
cmake_minimum_required(VERSION 3.28)
22

33
project(StableSolver LANGUAGES CXX)
44

extern/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FetchContent_MakeAvailable(Boost)
1515
FetchContent_Declare(
1616
optimizationtools
1717
GIT_REPOSITORY https://github.com/fontanf/optimizationtools.git
18-
GIT_TAG dd6359ddc0996247f3a571e5d71606286dbab326
18+
GIT_TAG 65c8e11224aac1cf6e6e33c040b6b895341ad156
1919
#SOURCE_DIR "${PROJECT_SOURCE_DIR}/../optimizationtools/"
2020
EXCLUDE_FROM_ALL)
2121
FetchContent_MakeAvailable(optimizationtools)

0 commit comments

Comments
 (0)