mirror of
https://github.com/SFML/SFML.git
synced 2025-02-18 06:18:01 +08:00
chore: update catch2 from 3.6.0 to 3.7.0
This commit is contained in:
parent
8096ba24fc
commit
6a94997ac9
@ -7,7 +7,7 @@ set(CATCH_CONFIG_FAST_COMPILE ON CACHE BOOL "")
|
|||||||
set(CATCH_CONFIG_NO_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT ON CACHE BOOL "")
|
set(CATCH_CONFIG_NO_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT ON CACHE BOOL "")
|
||||||
FetchContent_Declare(Catch2
|
FetchContent_Declare(Catch2
|
||||||
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
|
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
|
||||||
GIT_TAG v3.6.0
|
GIT_TAG v3.7.0
|
||||||
GIT_SHALLOW ON)
|
GIT_SHALLOW ON)
|
||||||
FetchContent_MakeAvailable(Catch2)
|
FetchContent_MakeAvailable(Catch2)
|
||||||
include(Catch)
|
include(Catch)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user