This commit is contained in:
Martin Hořeňovský
2019-06-16 10:42:52 +02:00
parent b87caafd91
commit f9dce28e7d
6 changed files with 1710 additions and 207 deletions

View File

@@ -6,7 +6,7 @@ if(NOT DEFINED PROJECT_NAME)
set(NOT_SUBPROJECT ON)
endif()
project(Catch2 LANGUAGES CXX VERSION 2.8.0)
project(Catch2 LANGUAGES CXX VERSION 2.9.0)
if (CMAKE_BINARY_DIR STREQUAL CMAKE_SOURCE_DIR)
message(FATAL_ERROR "Building in-source is not supported! Create a build dir and remove ${CMAKE_SOURCE_DIR}/CMakeCache.txt")