summaryrefslogtreecommitdiffstats
path: root/Help/variable/CPACK_CUSTOM_INSTALL_VARIABLES.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Replace mentions of ``-D`` option with :option:`-D` roleAlex Turbov2022-08-041-1/+1
|
* Help: Update Sphinx versionadded directives for 3.21 releaseBrad King2021-06-171-0/+2
| | | | | | | | | Run the script: Utilities/Sphinx/update_versions.py --since v3.20.0 --overwrite Manually remove directives generated in documents for long-existing features for which documentation was added.
* CPack: Implement new variable CPACK_CUSTOM_INSTALL_VARIABLESNils Gladitz2021-05-231-0/+42
The new variable allows projects to define custom key=value pairs of variables to be set in CPack cmake_install.cmake script invocations. This allows install(SCRIPT|CODE) to be parameterized at runtime.