Skip to content

Commit

Permalink
dependencies: Bump re2 2023-08-01- > 2023-09-01
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Oct 30, 2023
1 parent 6286ae4 commit b0ec18c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Clp=1.17.7
Osi=0.108.7
CoinUtils=2.11.6
Eigen=3.4.0
Re2=2023-08-01
Re2=2023-09-01
HiGHS=v1.6.0
Scip=v804
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ new_git_repository(
## Re2
git_repository(
name = "com_google_re2",
tag = "2023-08-01",
tag = "2023-09-01",
remote = "https://github.com/google/re2.git",
)

Expand Down
4 changes: 2 additions & 2 deletions cmake/dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ if(BUILD_re2)
FetchContent_Declare(
re2
GIT_REPOSITORY "https://github.com/google/re2.git"
GIT_TAG "2023-08-01"
#PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/re2-2023-08-01.patch"
GIT_TAG "2023-09-01"
#PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/re2-2023-09-01.patch"
)
FetchContent_MakeAvailable(re2)
list(POP_BACK CMAKE_MESSAGE_INDENT)
Expand Down

0 comments on commit b0ec18c

Please sign in to comment.