Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMP0059: Fix typo in policy description | Brad King | 2016-05-02 | 1 | -1/+1 |
| | |||||
* | 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> | ||||
* | Do not treat DEFINITIONS as a built-in directory property | Stephen Kelly | 2015-04-02 | 1 | -0/+17 |
Add policy CMP0059 to cover this change. The property has been deprecated since CMake 2.4 anyway. This will help clean up cmMakefile -- the DefineFlagsOrig member should not need to exist. |