cmake: bump highs to 1.9.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user