Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Replace mentions of ``-D`` option with :option:`-D` role | Alex Turbov | 2022-08-04 | 1 | -1/+1 |
| | |||||
* | Help: Update Sphinx versionadded directives for 3.21 release | Brad King | 2021-06-17 | 1 | -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_VARIABLES | Nils Gladitz | 2021-05-23 | 1 | -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. |