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

Update absl and catch2

parent 55e6ba94
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ set(CMAKE_FOLDER "Third Party") ...@@ -7,7 +7,7 @@ set(CMAKE_FOLDER "Third Party")
FetchContent_Declare( FetchContent_Declare(
Catch2 Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v2.10.1 GIT_TAG v2.11.0
) )
FetchContent_Declare( FetchContent_Declare(
fmt fmt
...@@ -16,8 +16,8 @@ FetchContent_Declare( ...@@ -16,8 +16,8 @@ FetchContent_Declare(
) )
FetchContent_Declare( FetchContent_Declare(
absl absl
GIT_REPOSITORY https://github.com/abseil/abseil-cpp.git GIT_REPOSITORY https://git.alchemyviewer.org/alchemy/thirdparty/abseil-cpp.git
GIT_TAG 19b021cb3ff23048dfbe236a4e611925d8930831 GIT_TAG e1cc7cb79594d18ce150957d7edf57446a136b0e
) )
# 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