1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-31 10:22:41 +08:00

Bump to catch2 v3.5.0

This commit is contained in:
gabime 2023-12-22 18:18:20 +02:00
parent d10bef50d9
commit 235e12c67e

View File

@ -21,7 +21,7 @@ else()
include(FetchContent) include(FetchContent)
FetchContent_Declare(Catch2 FetchContent_Declare(Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG 3f0283de7a9c43200033da996ff9093be3ac84dc # v3.3.2 GIT_TAG 53d0d913a422d356b23dd927547febdf69ee9081 # v3.5.0
) )
FetchContent_MakeAvailable(Catch2) FetchContent_MakeAvailable(Catch2)
endif() endif()