mirror of
https://github.com/reactos/CMake.git
synced 2025-02-12 14:58:45 +00:00
![Alex Turbov](/assets/img/avatar_default.png)
This sets variables like PROJECT_HOMEPAGE_URL, which can be used as default values for various things (packaging modules, doxygen defaults, etc.). Some packaging modules have been updated to do this as part of this commit. Co-Author: Craig Scott <craig.scott@crascit.com>
10 lines
315 B
ReStructuredText
10 lines
315 B
ReStructuredText
PROJECT_HOMEPAGE_URL
|
|
--------------------
|
|
|
|
The homepage URL of the project.
|
|
|
|
This is the homepage URL given to the most recently called :command:`project`
|
|
command in the current directory scope or above. To obtain the homepage URL
|
|
of the top level project, see the :variable:`CMAKE_PROJECT_HOMEPAGE_URL`
|
|
variable.
|