This commit is contained in:
Martin Hořeňovský
2023-12-11 00:55:40 +01:00
parent 1648c30ec3
commit 53d0d913a4
9 changed files with 1735 additions and 405 deletions

View File

@@ -32,7 +32,7 @@ if (CMAKE_BINARY_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
endif()
project(Catch2
VERSION 3.4.0 # CML version placeholder, don't delete
VERSION 3.5.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.