dependencies: Bump HiGHs to 1.7.2
This commit is contained in:
@@ -9,7 +9,7 @@ Clp=1.17.7
|
||||
Cgl=0.60.5
|
||||
Cbc=2.10.7
|
||||
GLPK=5.0
|
||||
HiGHS=v1.7.1
|
||||
HiGHS=v1.7.2
|
||||
Scip=v900
|
||||
# Python
|
||||
pybind11=v2.12.0
|
||||
|
||||
@@ -156,7 +156,7 @@ cc_library(
|
||||
|
||||
git_repository(
|
||||
name = "highs",
|
||||
branch = "v1.7.1",
|
||||
branch = "v1.7.2",
|
||||
remote = "https://github.com/ERGO-Code/HiGHS.git",
|
||||
)
|
||||
|
||||
|
||||
@@ -248,7 +248,7 @@ if(BUILD_HIGHS)
|
||||
FetchContent_Declare(
|
||||
highs
|
||||
GIT_REPOSITORY "https://github.com/ERGO-Code/HiGHS.git"
|
||||
GIT_TAG "v1.7.1"
|
||||
GIT_TAG "v1.7.2"
|
||||
GIT_SHALLOW TRUE
|
||||
#PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/highs.patch"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user