This commit is contained in:
Martin Hořeňovský
2023-01-22 19:43:11 +01:00
parent 8359a6b244
commit c837cb4a8a
9 changed files with 574 additions and 205 deletions

View File

@@ -31,7 +31,7 @@ if (CMAKE_BINARY_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
endif()
project(Catch2
VERSION 3.2.1 # CML version placeholder, don't delete
VERSION 3.3.0 # CML version placeholder, don't delete
LANGUAGES CXX
# HOMEPAGE_URL is not supported until CMake version 3.12, which
# we do not target yet.