mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
Update catch2 version in CMakeLists.txt
This commit is contained in:
parent
12540176cb
commit
d0d6fdb93c
@ -8,7 +8,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.12.2
|
GIT_TAG v2.13.9
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(catch2)
|
FetchContent_MakeAvailable(catch2)
|
||||||
LIST(APPEND CMAKE_MODULE_PATH
|
LIST(APPEND CMAKE_MODULE_PATH
|
||||||
@ -51,4 +51,4 @@ target_link_libraries(gildedrose_catch2 Catch2::Catch2 approvaltests)
|
|||||||
|
|
||||||
include(CTest)
|
include(CTest)
|
||||||
include(ParseAndAddCatchTests)
|
include(ParseAndAddCatchTests)
|
||||||
ParseAndAddCatchTests(gildedrose_catch2)
|
ParseAndAddCatchTests(gildedrose_catch2)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user