Skip to content

Commit

Permalink
[Meta-Refl] Update catch2 to v2.13.10
Browse files Browse the repository at this point in the history
The version of catch2 in use is old enough to fail compiles on updated
Linux operating systems. Update to latest version in v2.0 series to
fix builds.

[Ref: catchorg/Catch2#2421]
  • Loading branch information
nathanielhourt committed Jun 17, 2023
1 parent 78ced4c commit baa6147
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 baa6147

Please sign in to comment.