Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | project(): Add new CMAKE_PROJECT_TOP_LEVEL_INCLUDES file injection point | Craig Scott | 2022-05-13 | 1 | -3/+6 |
| | | | Fixes: #22685 | ||||
* | Help: Add Sphinx 'versionadded' directives to each top-level document | Kitware Robot | 2020-07-06 | 1 | -0/+2 |
| | | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715 | ||||
* | project: Add variable CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE_BEFORE | Deniz Bahadir | 2019-10-18 | 1 | -1/+2 |
| | | | | | | | | | | Follow up commit 0761186949 (project: Add variable CMAKE_PROJECT_INCLUDE_BEFORE, 2019-03-28, v3.15.0-rc1~294^2) with a project-specific variant. This variable will be used similar to the already existing `CMAKE_PROJECT_INCLUDE_BEFORE` and `CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE` variables. Fixes: #19854 | ||||
* | Help: Document what project() calls use CMAKE_PROJECT_INCLUDE and friends | Brad King | 2019-06-17 | 1 | -3/+6 |
| | | | | Fixes: #19340 | ||||
* | project: Add variable CMAKE_PROJECT_INCLUDE | Ruslan Baratov | 2019-03-27 | 1 | -0/+6 |