Skip to content

Commit

Permalink
Update Catch2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Aug 23, 2024
1 parent 379e26a commit 41a269f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CATCH_CONFIG_FAST_COMPILE ON CACHE BOOL "")
set(CATCH_CONFIG_NO_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT ON CACHE BOOL "")
FetchContent_Declare(Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.6.0
GIT_TAG v3.7.0
GIT_SHALLOW ON)
FetchContent_MakeAvailable(Catch2)
include(Catch)
Expand Down

0 comments on commit 41a269f

Please sign in to comment.