Skip to content

Commit

Permalink
Update 'Catch' to add versions 2.11.3, 2.12.4, 2.13.9 (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
TolonUK committed Apr 19, 2022
1 parent faca714 commit 41e9985
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ hunter_default_version(CLAPACK VERSION 3.2.1)
hunter_default_version(CLI11 VERSION 2.1.2)
hunter_default_version(CURL VERSION 7.74.0-p2)
hunter_default_version(CapnProto VERSION 0.7.0)
hunter_default_version(Catch VERSION 2.11.0)
hunter_default_version(Catch VERSION 2.13.9)
hunter_default_version(Clang VERSION 6.0.1-p0)
hunter_default_version(ClangToolsExtra VERSION 6.0.1) # Clang
hunter_default_version(Comet VERSION 4.0.2)
Expand Down
33 changes: 33 additions & 0 deletions cmake/projects/Catch/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,39 @@ hunter_add_version(
737cb1c98fedccceb95e7bfd385e5dea0ad5d047
)

hunter_add_version(
PACKAGE_NAME
Catch
VERSION
"2.11.3"
URL
"https://github.com/catchorg/Catch2/archive/refs/tags/v2.11.3.tar.gz"
SHA1
ba08fc5a436108b4520d791f5e4d3346a284669a
)

hunter_add_version(
PACKAGE_NAME
Catch
VERSION
"2.12.4"
URL
"https://github.com/catchorg/Catch2/archive/refs/tags/v2.12.4.tar.gz"
SHA1
f889fccf14709fc473b69e48f9b60016caf7c7ee
)

hunter_add_version(
PACKAGE_NAME
Catch
VERSION
"2.13.9"
URL
"https://github.com/catchorg/Catch2/archive/refs/tags/v2.13.9.tar.gz"
SHA1
dcdb80e8215451fb99c8a24ca375274f2bd5f233
)

hunter_cmake_args(
Catch
CMAKE_ARGS
Expand Down

0 comments on commit 41e9985

Please sign in to comment.