Skip to content

Commit

Permalink
Merge pull request #195 from dapp-protocols/update-catch2
Browse files Browse the repository at this point in the history
[Meta-Refl] Update catch2 to v2.13.10
  • Loading branch information
dimas1185 authored Jun 29, 2023
2 parents 2838fe7 + baa6147 commit b5d71e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/meta_refl/modules/catch2_install.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (NOT ${found_project})
ExternalProject_Add(
catch2_external_proj
GIT_REPOSITORY "https://github.com/catchorg/Catch2"
GIT_TAG "v2.12.2"
GIT_TAG "v2.13.10"
SOURCE_DIR @CATCH2_DIRECTORY@/catch2
BINARY_DIR @CATCH2_DIRECTORY@/catch2
BUILD_ALWAYS 0
Expand Down

0 comments on commit b5d71e2

Please sign in to comment.