Skip to content

Commit 2b2bead

Browse files
authored
Updated dependencies (#11)
* Updated dependencies * Set CMake build variables to OFF before fetch
1 parent 5aee5d7 commit 2b2bead

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extern/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ if(KNAPSACKSOLVER_BUILD_TEST)
2424
endif()
2525

2626
# Fetch fontanf/optimizationtools.
27+
set(OPTIMIZATIONTOOLS_BUILD_TEST OFF)
2728
FetchContent_Declare(
2829
optimizationtools
2930
GIT_REPOSITORY https://github.com/fontanf/optimizationtools.git
30-
GIT_TAG 4037a1a03f97ea0c388baa4f3f74c3ba55baec08
31+
GIT_TAG e086ec4cfcc9a885cd63f579a99ea5e8f4737005
3132
#SOURCE_DIR "${PROJECT_SOURCE_DIR}/../optimizationtools/"
3233
EXCLUDE_FROM_ALL)
3334
FetchContent_MakeAvailable(optimizationtools)

0 commit comments

Comments
 (0)