summaryrefslogtreecommitdiffstats
path: root/Help/policy/CMP0051.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Help: Fix typo in CMP0051.Stephen Kelly2014-04-141-1/+1
| | | | STRIP_GENEX -> GENEX_STRIP.
* cmTarget: Include TARGET_OBJECTS genex in target SOURCES property.Stephen Kelly2014-04-021-0/+24
Add policy CMP0051 to control this behavior.