Skip to content

Commit

Permalink
Update abseil
Browse files Browse the repository at this point in the history
The update to the latest LTS fixes compilation on some BSD systems.
  • Loading branch information
bstaletic committed Jan 9, 2024
1 parent 5f94707 commit 66fac7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ else()
FetchContent_Declare(
absl
GIT_REPOSITORY https://github.com/abseil/abseil-cpp
GIT_TAG 3b4a16abad2c2ddc494371cc39a2946e36d35d11
GIT_TAG fb3621f4f897824c0dbe0615fa94543df6192f30
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/absl
)
FetchContent_MakeAvailable( absl )
Expand Down

0 comments on commit 66fac7a

Please sign in to comment.