summaryrefslogtreecommitdiffstats
path: root/Help/policy/CMP0059.rst
Commit message (Collapse)AuthorAgeFilesLines
* CMP0059: Fix typo in policy descriptionBrad King2016-05-021-1/+1
|
* Help: Document explicitly that policy OLD behavior is deprecatedBrad King2015-06-091-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 propertyStephen Kelly2015-04-021-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.