From b733bcf3a545bffb2ff9083f9051dac2d04ae30a Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Mon, 7 Jun 2021 17:46:00 -0400 Subject: [PATCH] Update absl to 17c954d90d5661e27db8fc5f086085690a8372d9 --- 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 582cc39c467..370874a6321 100644 --- a/indra/deps/CMakeLists.txt +++ b/indra/deps/CMakeLists.txt @@ -52,7 +52,7 @@ FetchContent_Declare( FetchContent_Declare( absl GIT_REPOSITORY https://git.alchemyviewer.org/alchemy/mirrors/abseil-cpp.git - GIT_TAG 079cf662544a14bd1cfaae6d6512645541ba10fb + GIT_TAG 17c954d90d5661e27db8fc5f086085690a8372d9 ) # This is a hack because absl has dumb cmake -- GitLab