From bbcbfc5a610411084dbf5b27e924e400f1fec273 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Sat, 24 Jul 2021 15:31:40 -0400 Subject: [PATCH] Fix build on MSVC with sse 4.2 --- indra/deps/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/deps/CMakeLists.txt b/indra/deps/CMakeLists.txt index 9f794c072f5..325461be088 100644 --- a/indra/deps/CMakeLists.txt +++ b/indra/deps/CMakeLists.txt @@ -51,8 +51,8 @@ FetchContent_Declare( ) FetchContent_Declare( absl - GIT_REPOSITORY https://git.alchemyviewer.org/alchemy/mirrors/abseil-cpp.git - GIT_TAG 9a7e447c511dae7276ab65fde4d04f6ed52b39c9 + GIT_REPOSITORY https://git.alchemyviewer.org/alchemy/thirdparty/abseil-cpp.git + GIT_TAG 9659ac086e4fa5e1e6a6559ef2a9cca4767f573d ) FetchContent_Declare( readerwriterqueue -- GitLab