Skip to content

Commit f5e1a84

Browse files
committed
Update shape dependency
1 parent 8a286b1 commit f5e1a84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extern/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ set(OPTIMIZATIONTOOLS_BUILD_TEST OFF)
2828
FetchContent_Declare(
2929
optimizationtools
3030
GIT_REPOSITORY https://github.com/fontanf/optimizationtools.git
31-
GIT_TAG e8c379203792fcad764cce239986b325619475fd
31+
GIT_TAG 7ec13db980ffdcb84dc43d5552c880661eda129b
3232
#SOURCE_DIR "${PROJECT_SOURCE_DIR}/../optimizationtools/"
3333
EXCLUDE_FROM_ALL)
3434
FetchContent_MakeAvailable(optimizationtools)
@@ -38,7 +38,7 @@ set(SHAPE_BUILD_TEST OFF)
3838
FetchContent_Declare(
3939
shape
4040
GIT_REPOSITORY https://github.com/fontanf/shape.git
41-
GIT_TAG 28d83c8d97066805896591b7a40ee13c0078ffec
41+
GIT_TAG 039a433f9f1275b2e69f727fdc0c5cf99ebeac27
4242
#SOURCE_DIR "${PROJECT_SOURCE_DIR}/../shape/"
4343
EXCLUDE_FROM_ALL)
4444
FetchContent_MakeAvailable(shape)

0 commit comments

Comments
 (0)