Update catch to latest version
This commit is contained in:
parent
19cbc378f8
commit
135e4d65e8
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# Fetch catch.
|
||||
message(STATUS "Fetching catch")
|
||||
include(FetchContent)
|
||||
FetchContent_Declare(catch URL https://github.com/catchorg/Catch2/archive/v2.13.4.zip)
|
||||
FetchContent_Declare(catch URL https://github.com/catchorg/Catch2/archive/refs/tags/v2.13.9.zip)
|
||||
FetchContent_MakeAvailable(catch)
|
||||
|
||||
set(tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue