Skip to content

Commit

Permalink
fix: Catch2 v.3.5.0 changed output format [#241]
Browse files Browse the repository at this point in the history
* update catch2 version
  • Loading branch information
ktrz committed May 19, 2024
1 parent e473152 commit fc8cd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/catch2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include(FetchContent)
FetchContent_Declare(
catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v2.11.0)
GIT_TAG v3.6.0)

FetchContent_GetProperties(catch2)
if(NOT catch2_POPULATED)
Expand Down

0 comments on commit fc8cd68

Please sign in to comment.