This commit is contained in:
Martin Hořeňovský 2018-01-10 13:53:04 +01:00
parent f5910f38ef
commit cd76f5730c
10 changed files with 3635 additions and 2335 deletions

View file

@ -4,7 +4,7 @@ from conans import ConanFile
class CatchConan(ConanFile):
name = "Catch"
version = "2.0.1"
version = "2.1.0"
description = "A modern, C++-native, header-only, framework for unit-tests, TDD and BDD"
author = "philsquared"
generators = "cmake"