Update Catch version

This commit is contained in:
Sy Brand
2022-11-24 19:54:26 +00:00
committed by GitHub
parent 11cb3fdb93
commit b74fecd444

View File

@ -68,7 +68,7 @@ if(EXPECTED_BUILD_TESTS)
set(CATCH_BUILD_TESTING OFF)
set(CATCH_INSTALL_DOCS OFF)
FetchContent_Declare(Catch2 URL
https://github.com/catchorg/Catch2/archive/v2.9.2.zip)
https://github.com/catchorg/Catch2/archive/v2.13.10.zip)
FetchContent_MakeAvailable(Catch2)
file(GLOB test-sources CONFIGURE_DEPENDS tests/*.cpp)