mirror of
https://github.com/TartanLlama/expected.git
synced 2025-07-29 16:37:18 +02:00
Update Catch version
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user