summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0004
Commit message (Collapse)AuthorAgeFilesLines
* Cygwin: Avoid legacy warnings in RunCMake.* testsBrad King2013-08-134-4/+4
| | | | | | Set the minimum required version of CMake high enough to avoid the warning for CMAKE_LEGACY_CYGWIN_WIN32. The warning appears on stderr and breaks the expected output matching.
* Add the $<TARGET_POLICY> expressionStephen Kelly2013-01-1713-0/+61
This new expression allows checking how a policy was set when a target was created. That information is only recorded for a subset of policies, so a whitelist is used.