Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanf committed Dec 8, 2024
1 parent 096802d commit 2540bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FetchContent_MakeAvailable(Boost)
FetchContent_Declare(
optimizationtools
GIT_REPOSITORY https://github.com/fontanf/optimizationtools.git
GIT_TAG a0973a7dfa64b9d305f75879c80d252e714ce2cf
GIT_TAG 4037a1a03f97ea0c388baa4f3f74c3ba55baec08
#SOURCE_DIR "${PROJECT_SOURCE_DIR}/../optimizationtools/"
EXCLUDE_FROM_ALL)
FetchContent_MakeAvailable(optimizationtools)
Expand All @@ -41,7 +41,7 @@ FetchContent_MakeAvailable(mathoptsolverscmake)
FetchContent_Declare(
knapsacksolver
GIT_REPOSITORY https://github.com/fontanf/knapsacksolver.git
GIT_TAG 5115e4db582c97e2e1ade8ea3ab5e678a921b223
GIT_TAG abd1acf0704744f5e975e75a1f09cb5a9679e7e8
#SOURCE_DIR "${PROJECT_SOURCE_DIR}/../knapsacksolver/"
EXCLUDE_FROM_ALL)
FetchContent_MakeAvailable(knapsacksolver)
Expand Down

0 comments on commit 2540bde

Please sign in to comment.