cmake: use GLPK 5.0.1 (#4656)

This commit is contained in:
Corentin Le Molgat
2025-05-21 17:37:51 +02:00
parent 6dc688876d
commit f8549c6f68

View File

@@ -264,7 +264,7 @@ if(BUILD_GLPK)
FetchContent_Declare(
glpk
GIT_REPOSITORY "https://github.com/Mizux/GLPK.git"
GIT_TAG "5.0"
GIT_TAG "5.0.1"
GIT_SHALLOW TRUE
)
FetchContent_MakeAvailable(glpk)