This commit is contained in:
Martin Hořeňovský
2018-09-04 11:59:15 +02:00
parent 232ea3c456
commit 60b05b2041
9 changed files with 798 additions and 206 deletions

View File

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