Update catch to latest version

This commit is contained in:
Jonathan Müller 2022-06-30 14:58:41 +02:00
commit 135e4d65e8

View file

@ -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