CMakeLists.txt: Add HOMEPAGE_URL to project
This is later used by CPack for its CPACK_PACKAGE_HOMEPAGE_URL. [1]: https://cmake.org/cmake/help/latest/module/CPack.html#variable:CPACK_PACKAGE_HOMEPAGE_URL
This commit is contained in:
parent
365b6684fd
commit
4c7ccc4914
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR)
|
||||
|
||||
# Speed Dreams project
|
||||
PROJECT(speed-dreams-2 VERSION 2.3.0)
|
||||
PROJECT(speed-dreams-2 VERSION 2.3.0
|
||||
HOMEPAGE_URL "https://www.speed-dreams.net/"
|
||||
)
|
||||
|
||||
MESSAGE(STATUS CMAKE_VERSION = "${CMAKE_VERSION}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue