From 9c424056eed70e4b86ace5af7ec23f8fff19b3f6 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Sat, 20 Mar 2021 01:25:34 -0400 Subject: [PATCH] Roll absl to 090646f973df94c2ca9e27589b85dc662ae4873b --- 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 bbfa872f6ea..15c69e6b77d 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 a76698790753d2ec71f655cdc84d61bcb27780d4 + GIT_TAG 090646f973df94c2ca9e27589b85dc662ae4873b ) # This is a hack because absl has dumb cmake -- GitLab