Remove HOMEPAGE_URL from project call

Closes #2428
This commit is contained in:
Martin Hořeňovský 2022-06-16 22:16:31 +02:00
parent 8110ee9206
commit 078201fcf4
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A

View File

@ -39,7 +39,9 @@ endif()
project(Catch2
VERSION 3.0.1 # CML version placeholder, don't delete
LANGUAGES CXX
HOMEPAGE_URL "https://github.com/catchorg/Catch2"
# HOMEPAGE_URL is not supported until CMake version 3.12, which
# we do not target yet.
# HOMEPAGE_URL "https://github.com/catchorg/Catch2"
DESCRIPTION "A modern, C++-native, unit test framework."
)