mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-31 00:47:56 +00:00
v2.2.0
This commit is contained in:
parent
a3d3a633b2
commit
d14b7563c2
9 changed files with 219 additions and 144 deletions
|
@ -4,7 +4,7 @@ from conans import ConanFile
|
|||
|
||||
class CatchConan(ConanFile):
|
||||
name = "Catch"
|
||||
version = "2.1.2"
|
||||
version = "2.2.0"
|
||||
description = "A modern, C++-native, header-only, framework for unit-tests, TDD and BDD"
|
||||
author = "philsquared"
|
||||
generators = "cmake"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue