Skip to content
Snippets Groups Projects
Commit 257f65f6 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Update abseil and change git dep source to git.alchemy

parent e1ca8ff5
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ endif() ...@@ -18,7 +18,7 @@ endif()
FetchContent_Declare( FetchContent_Declare(
meshoptimizer meshoptimizer
GIT_REPOSITORY https://github.com/zeux/meshoptimizer.git GIT_REPOSITORY https://git.alchemyviewer.org/alchemy/mirrors/meshoptimizer.git
GIT_TAG v0.14 GIT_TAG v0.14
) )
# FetchContent_Declare( # FetchContent_Declare(
...@@ -33,13 +33,13 @@ FetchContent_Declare( ...@@ -33,13 +33,13 @@ FetchContent_Declare(
# ) # )
FetchContent_Declare( FetchContent_Declare(
nlohmann_json 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 GIT_TAG v3.9.1
) )
FetchContent_Declare( FetchContent_Declare(
absl absl
GIT_REPOSITORY https://github.com/abseil/abseil-cpp.git GIT_REPOSITORY https://git.alchemyviewer.org/alchemy/mirrors/abseil-cpp.git
GIT_TAG 3c8b5d7587dc8ecf730ce9996c89e156e408c3ed GIT_TAG f3f785ab59478dd0312bf1b5df65d380650bf0dc
) )
# This is a hack because absl has dumb cmake # This is a hack because absl has dumb cmake
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment