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/+4 |
| | | | Fixes: #22685 | ||||
* | 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/+7 |
| | | | | Fixes: #19340 | ||||
* | Various typo fixes | Luz Paz | 2018-01-03 | 1 | -1/+1 |
| | | | | Some are user-facing. Others are source comments. | ||||
* | Help: Format project command and variable documentation | Brad King | 2014-01-29 | 1 | -0/+6 |
Also add document for CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE variable. |