This commit is contained in:
Martin Hořeňovský
2022-12-09 23:10:18 +01:00
parent 24607694cb
commit ab6c7375be
7 changed files with 149 additions and 110 deletions

View File

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