From d0fbd773a2f0e46f06fa2be96375fcfb4fc97114 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Wed, 9 Sep 2020 15:52:15 -0400
Subject: [PATCH] Update absl

---
 indra/deps/CMakeLists.txt | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/indra/deps/CMakeLists.txt b/indra/deps/CMakeLists.txt
index 69b49a722c5..3b89c851798 100644
--- a/indra/deps/CMakeLists.txt
+++ b/indra/deps/CMakeLists.txt
@@ -11,11 +11,6 @@ FetchContent_Declare(
   GIT_REPOSITORY https://github.com/zeux/meshoptimizer.git
   GIT_TAG        v0.14
   )
-FetchContent_Declare(
-  robin-hood-hashing
-  GIT_REPOSITORY https://git.alchemyviewer.org/alchemy/thirdparty/robin-hood-hashing.git
-  GIT_TAG        alchemy
-  )
 # FetchContent_Declare(
 #   Catch2
 #   GIT_REPOSITORY https://github.com/catchorg/Catch2.git
@@ -34,7 +29,7 @@ FetchContent_Declare(
 FetchContent_Declare(
   absl
   GIT_REPOSITORY https://github.com/abseil/abseil-cpp.git
-  GIT_TAG        1995c6a3c2f9080160d9d8716504dc004e5e1ec0
+  GIT_TAG        3c8b5d7587dc8ecf730ce9996c89e156e408c3ed
   )
 
 # This is a hack because absl has dumb cmake
-- 
GitLab