From 15e3d7739cf80ac4c2d11b7ec8d6cc52ce6150d2 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Tue, 2 Mar 2021 23:33:23 -0500 Subject: [PATCH] Roll absl to a76698790753d2ec71f655cdc84d61bcb27780d4 --- 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 db74274674b..bbfa872f6ea 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 a6c17c7e8430f204b1c330acf1688fbcd8abebfa + GIT_TAG a76698790753d2ec71f655cdc84d61bcb27780d4 ) # This is a hack because absl has dumb cmake -- GitLab