From 82604d00e1fe8aa0219ed9907f3a0c885ea106cd Mon Sep 17 00:00:00 2001 From: Nicolas Blin Date: Mon, 10 Aug 2026 15:13:39 +0000 Subject: [PATCH] upgrade cmake version to include the pslp ojective offset fix --- cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 99165a73b..4ce11b830 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -295,7 +295,7 @@ FetchContent_MakeAvailable(papilo) FetchContent_Declare( pslp GIT_REPOSITORY "https://github.com/dance858/PSLP.git" - GIT_TAG "v0.0.8" + GIT_TAG "v0.0.10" GIT_PROGRESS TRUE EXCLUDE_FROM_ALL SYSTEM