mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
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>
4 lines
147 B
Plaintext
4 lines
147 B
Plaintext
-- PROJECT_HOMEPAGE_URL=http://example.com
|
|
-- CMAKE_PROJECT_HOMEPAGE_URL=http://example.com
|
|
-- ProjectHomepageTest_HOMEPAGE_URL=http://example.com
|