Update catch2 version in CMakeLists.txt

This commit is contained in:
Emily Bache 2023-06-20 09:14:54 +02:00 committed by GitHub
parent 12540176cb
commit d0d6fdb93c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ include(FetchContent)
FetchContent_Declare(
catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v2.12.2
GIT_TAG v2.13.9
)
FetchContent_MakeAvailable(catch2)
LIST(APPEND CMAKE_MODULE_PATH
@ -51,4 +51,4 @@ target_link_libraries(gildedrose_catch2 Catch2::Catch2 approvaltests)
include(CTest)
include(ParseAndAddCatchTests)
ParseAndAddCatchTests(gildedrose_catch2)
ParseAndAddCatchTests(gildedrose_catch2)