fix #3422
This commit is contained in:
@@ -77,7 +77,7 @@ new_git_repository(
|
||||
build_file = "//bazel:scip.BUILD",
|
||||
patches = ["//bazel:scip.patch"],
|
||||
patch_args = ["-p1"],
|
||||
tag = "v800",
|
||||
tag = "v801",
|
||||
remote = "https://github.com/scipopt/scip.git",
|
||||
)
|
||||
|
||||
|
||||
@@ -223,7 +223,7 @@ if(BUILD_SCIP)
|
||||
FetchContent_Declare(
|
||||
scip
|
||||
GIT_REPOSITORY "https://github.com/scipopt/scip.git"
|
||||
GIT_TAG "v800"
|
||||
GIT_TAG "v801"
|
||||
)
|
||||
FetchContent_MakeAvailable(scip)
|
||||
set(LPI_GLOP_SRC ${scip_SOURCE_DIR}/src/lpi/lpi_glop.cpp PARENT_SCOPE)
|
||||
|
||||
Reference in New Issue
Block a user