From 257f65f6613d72a5821803ca27ecb9afbff16890 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Wed, 14 Oct 2020 14:34:57 -0400 Subject: [PATCH] Update abseil and change git dep source to git.alchemy --- indra/deps/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/indra/deps/CMakeLists.txt b/indra/deps/CMakeLists.txt index 7ce44007c9b..3255e5e5b1e 100644 --- a/indra/deps/CMakeLists.txt +++ b/indra/deps/CMakeLists.txt @@ -18,7 +18,7 @@ endif() FetchContent_Declare( meshoptimizer - GIT_REPOSITORY https://github.com/zeux/meshoptimizer.git + GIT_REPOSITORY https://git.alchemyviewer.org/alchemy/mirrors/meshoptimizer.git GIT_TAG v0.14 ) # FetchContent_Declare( @@ -33,13 +33,13 @@ FetchContent_Declare( # ) FetchContent_Declare( nlohmann_json - GIT_REPOSITORY https://github.com/nlohmann/json.git + GIT_REPOSITORY https://git.alchemyviewer.org/alchemy/mirrors/modernjson.git GIT_TAG v3.9.1 ) FetchContent_Declare( absl - GIT_REPOSITORY https://github.com/abseil/abseil-cpp.git - GIT_TAG 3c8b5d7587dc8ecf730ce9996c89e156e408c3ed + GIT_REPOSITORY https://git.alchemyviewer.org/alchemy/mirrors/abseil-cpp.git + GIT_TAG f3f785ab59478dd0312bf1b5df65d380650bf0dc ) # This is a hack because absl has dumb cmake -- GitLab