From 66fac7a01515f4acbdea849f693ca989bd0929b6 Mon Sep 17 00:00:00 2001 From: Boris Staletic Date: Tue, 9 Jan 2024 02:07:53 +0100 Subject: [PATCH] Update abseil The update to the latest LTS fixes compilation on some BSD systems. --- cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index d42357745c..7be5b37b43 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -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 )