This commit is contained in:
Martin Hořeňovský
2024-05-05 20:58:18 +02:00
parent 8ce2426e53
commit 4e8d92bf02
7 changed files with 360 additions and 86 deletions

View File

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