Skip to content

Commit

Permalink
cmake: bump highs to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Dec 31, 2024
1 parent 5958a48 commit 6f97cea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Clp=1.17.10
Cgl=0.60.9
Cbc=2.10.12
GLPK=5.0
HiGHS=v1.8.1
HiGHS=v1.9.0
Scip=v920
# Python
pybind11=v2.12.0
Expand Down
4 changes: 2 additions & 2 deletions cmake/dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,10 @@ if(BUILD_HIGHS)
FetchContent_Declare(
highs
GIT_REPOSITORY "https://github.com/ERGO-Code/HiGHS.git"
GIT_TAG "v1.8.1"
GIT_TAG "v1.9.0"
GIT_SHALLOW TRUE
PATCH_COMMAND git apply --ignore-whitespace
"${CMAKE_CURRENT_LIST_DIR}/../../patches/highs-v1.8.1.patch"
"${CMAKE_CURRENT_LIST_DIR}/../../patches/highs-v1.9.0.patch"
)
FetchContent_MakeAvailable(highs)
list(POP_BACK CMAKE_MESSAGE_INDENT)
Expand Down

0 comments on commit 6f97cea

Please sign in to comment.