Skip to content

Commit

Permalink
Update Catch to 2.11.0 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihowl authored and rbsheth committed Nov 18, 2019
1 parent 68a59f8 commit 9529c1e
Show file tree
Hide file tree
Showing 2 changed files with 12 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 1.8.0)
hunter_default_version(CURL VERSION 7.60.0-p2)
hunter_default_version(CapnProto VERSION 0.7.0)
hunter_default_version(Catch VERSION 2.9.1)
hunter_default_version(Catch VERSION 2.11.0)
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
11 changes: 11 additions & 0 deletions cmake/projects/Catch/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ include(hunter_cacheable)
include(hunter_download)
include(hunter_cmake_args)

hunter_add_version(
PACKAGE_NAME
Catch
VERSION
"2.11.0"
URL
"https://github.com/catchorg/Catch2/archive/v2.11.0.tar.gz"
SHA1
debe7860b3c52d362f6c177ebe0033f8d69de1a6
)

hunter_add_version(
PACKAGE_NAME
Catch
Expand Down

0 comments on commit 9529c1e

Please sign in to comment.