summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_link_libraries/CMP0023-NEW-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Policies: omit warnings about unset policies when they are actually set to NEWNils Gladitz2014-03-311-5/+0
|
* target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signatureStephen Kelly2013-07-241-0/+16
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.