diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 90bb1c57f..d762d4250 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -190,9 +190,9 @@ FetchContent_Declare( # does not have some of the presolvers and settings that we need # Mainly, probing and clique merging. # This is the reason we are using the development branch - # commit from cliquemergebug branch. Once these changes are merged into the main branch, + # from Oct 12, 2025. Once these changes are merged into the main branch, #we can switch to the main branch. - GIT_TAG "8f710e33d352bf319d30b9c57e70516222f3f5ca" + GIT_TAG "741a2b9c8155b249d6df574d758b4d97d4417520" GIT_PROGRESS TRUE SYSTEM )