Skip to content

Commit f8549c6

Browse files
committed
cmake: use GLPK 5.0.1 (#4656)
1 parent 6dc6888 commit f8549c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/dependencies/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ if(BUILD_GLPK)
264264
FetchContent_Declare(
265265
glpk
266266
GIT_REPOSITORY "https://github.com/Mizux/GLPK.git"
267-
GIT_TAG "5.0"
267+
GIT_TAG "5.0.1"
268268
GIT_SHALLOW TRUE
269269
)
270270
FetchContent_MakeAvailable(glpk)

0 commit comments

Comments
 (0)