This commit is contained in:
Martin Hořeňovský
2023-01-29 23:18:57 +01:00
parent 60264b8807
commit 2ab20a0e00
7 changed files with 174 additions and 102 deletions

View File

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