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(
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user