Skip to content

Commit

Permalink
update Catch2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
arashbm committed Oct 20, 2024
1 parent eff33ab commit 8b07d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if (is_standalone)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.2.1)
GIT_TAG v3.7.1)

FetchContent_MakeAvailable(Catch2)
list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/extras)
Expand Down

0 comments on commit 8b07d2f

Please sign in to comment.