From 40cd7eae3f8240fbef2fa674dcfa85eac7242e5a Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Thu, 27 Feb 2020 10:47:06 -0500 Subject: [PATCH] Update absl to latest revision to fix aliasing issues in containers --- indra/deps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/deps/CMakeLists.txt b/indra/deps/CMakeLists.txt index ef2a502c6c..8fd1ce6cb0 100644 --- a/indra/deps/CMakeLists.txt +++ b/indra/deps/CMakeLists.txt @@ -23,7 +23,7 @@ FetchContent_Declare( FetchContent_Declare( absl GIT_REPOSITORY https://github.com/abseil/abseil-cpp.git - GIT_TAG 0f86336b6939ea673cc1cbe29189286cae67d63a + GIT_TAG 0033c9ea91a52ade7c6b725aa2ef3cbe15463421 ) # This is a hack because absl has dumb cmake -- GitLab