Merge pull request #403 from arummler/master-update-dependencies

Update dependencies to fix compilation errors
This commit is contained in:
Laurent Trinques 2025-09-11 12:40:53 +02:00 committed by GitHub
commit 43826361a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ Include(FetchContent)
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.13.1) GIT_TAG v2.13.10)
FetchContent_MakeAvailable(Catch2) FetchContent_MakeAvailable(Catch2)

View File

@ -64,7 +64,7 @@ Include(FetchContent)
FetchContent_Declare( FetchContent_Declare(
GTest GTest
GIT_REPOSITORY https://github.com/google/googletest.git GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.10.0) GIT_TAG v1.17.0)
FetchContent_MakeAvailable(GTest) FetchContent_MakeAvailable(GTest)