Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Policies: omit warnings about unset policies when they are actually set to NEW | Nils Gladitz | 2014-03-31 | 2 | -10/+0 |
| | |||||
* | Cygwin: Avoid legacy warnings in RunCMake.* tests | Brad King | 2013-08-13 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signature | Stephen Kelly | 2013-07-24 | 21 | -0/+149 |
Add a new signature to help populate INTERFACE_LINK_LIBRARIES and LINK_LIBRARIES cleanly in a single call. Add policy CMP0023 to control whether the keyword signatures can be mixed with uses of the plain signatures on the same target. |