Skip to content

Commit

Permalink
Merge pull request #10 from patacca/main
Browse files Browse the repository at this point in the history
Update abseil to 20220623.1
  • Loading branch information
RobinDavid authored Jun 16, 2023
2 parents 7058e6a + 19c66d7 commit d830b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if (NOT NO_BUILD)
FetchContent_Declare(
abseil
GIT_REPOSITORY https://github.com/abseil/abseil-cpp.git
GIT_TAG 20211102.0
GIT_TAG 20220623.1
)
FetchContent_MakeAvailable(abseil)

Expand Down

0 comments on commit d830b71

Please sign in to comment.