Skip to content

Commit

Permalink
Remove HOMEPAGE_URL from project call
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar authored and Brandon Jones committed Jun 17, 2022
1 parent 909713a commit b886d97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Expand Up @@ -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."
)

Expand Down

0 comments on commit b886d97

Please sign in to comment.