From e8dca446199f7f5e8e69baf0734698efd30c09b3 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Thu, 7 Jan 2021 05:14:49 -0500 Subject: [PATCH] Roll absl to a6c17c7e8430f204b1c330acf1688fbcd8abebfa --- 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 b74eec0e383..db74274674b 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 c9894d1dc38577c4ce50eefe0a944ea8d46d7fc5 + GIT_TAG a6c17c7e8430f204b1c330acf1688fbcd8abebfa ) # This is a hack because absl has dumb cmake -- GitLab