Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cygwin: Avoid legacy warnings in RunCMake.* tests | Brad King | 2013-08-13 | 4 | -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> expression | Stephen Kelly | 2013-01-17 | 13 | -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. |