Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Improve documentation links and formatting | Bartosz Kosiorek | 2019-03-27 | 1 | -1/+1 |
| | |||||
* | Help: Clarify policy CMP0082 documentation | Brad King | 2019-03-21 | 1 | -3/+5 |
| | | | | | | | The policy documentation added by commit fc8955e889 (add_subdirectory: Run subdirectory install rules in correct order, 2018-10-02, v3.14.0-rc1~565^2~1) left out our usual sentence about the policy providing compatibility. | ||||
* | add_subdirectory: Run subdirectory install rules in correct order | Kyle Edwards | 2018-10-10 | 1 | -0/+24 |
Before this change, install rules created by add_subdirectory() would be executed after all of the top-level install rules, even if they were declared before the top-level rules. This change adds a new policy, CMP0082, which interleaves the add_subdirectory() install rules with the other install rules so they are run in the correct order. |