Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Document explicitly that policy OLD behavior is deprecated | Brad King | 2015-06-09 | 1 | -0/+2 |
| | | | | | | | | | | | The most likely documentation page a project author will read in response to a policy warning is the page for the policy itself. Add to every policy documentation page a note explicitly stating that the OLD behavior is deprecated. Also mention this in the cmake_policy() command documentation that explains how to set a policy to OLD. Suggested-by: Fraser Hutchison <fraser.hutchison@gmail.com> | ||||
* | Help: Replace CMP0054 example to show when it makes a difference | Tamás Kenéz | 2015-04-29 | 1 | -6/+10 |
| | | | | | | The previous example for CMP0054 did not show how critical the policy is since the result is the same in both cases (NEW and OLD behavior). Instead show an example when the policy does make a difference. | ||||
* | Help: Extend policy CMP0054 documentation with an example | Nils Gladitz | 2014-12-12 | 1 | -3/+31 |
| | |||||
* | If: Introduce policy CMP0054 - don't dereference quoted variables in if() | Nils Gladitz | 2014-09-11 | 1 | -0/+18 |