Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down