From b0694f3c5b394227e0804709349314b05393a56f Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Wed, 20 Nov 2019 07:15:34 -0500 Subject: [PATCH] bump absl --- 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 5005403350..77032a7636 100644 --- a/indra/deps/CMakeLists.txt +++ b/indra/deps/CMakeLists.txt @@ -17,7 +17,7 @@ FetchContent_Declare( FetchContent_Declare( absl GIT_REPOSITORY https://git.alchemyviewer.org/alchemy/thirdparty/abseil-cpp.git - GIT_TAG e1cc7cb79594d18ce150957d7edf57446a136b0e + GIT_TAG 9b9a2536d1c212d792db9eb26b670b30397ee14c ) # This is a hack because absl has dumb cmake -- GitLab