CMake/Tests/CMakeCommands/target_link_libraries/cmp0022
Stephen Kelly 239b0c6b0e Don't add invalid content to static lib INTERFACE_LINK_LIBRARIES.
Only valid target names or generator expressions may appear in
the target field of a LINK_ONLY expression.

Other content like link flags should still be added to that property
(wrapped in config-specific generator expressions), but not wrapped
in LINK_ONLY. Otherwise undue warnings would be issued for the
policy CMP0022.

The LINK_ONLY expression only has an effect for actual target
names anyway, so there is no logical deficit.
2013-10-26 10:10:20 -04:00
..
CMakeLists.txt Don't add invalid content to static lib INTERFACE_LINK_LIBRARIES. 2013-10-26 10:10:20 -04:00
cmp0022exe.cpp TLL: Don't populate old link interface if CMP0022 is NEW. 2013-07-08 22:39:58 +02:00
cmp0022ifacelib.cpp TLL: Don't populate old link interface if CMP0022 is NEW. 2013-07-08 22:39:58 +02:00
cmp0022ifacelib.h TLL: Don't populate old link interface if CMP0022 is NEW. 2013-07-08 22:39:58 +02:00
cmp0022lib.cpp TLL: Don't populate old link interface if CMP0022 is NEW. 2013-07-08 22:39:58 +02:00
cmp0022lib.h TLL: Don't populate old link interface if CMP0022 is NEW. 2013-07-08 22:39:58 +02:00
staticlib1.cpp cmTarget: Fix iface libraries and languages for static libraries. 2013-07-26 15:15:42 +02:00
staticlib1.h cmTarget: Fix iface libraries and languages for static libraries. 2013-07-26 15:15:42 +02:00
staticlib2.cpp cmTarget: Fix iface libraries and languages for static libraries. 2013-07-26 15:15:42 +02:00
staticlib2.h cmTarget: Fix iface libraries and languages for static libraries. 2013-07-26 15:15:42 +02:00
staticlib_exe.cpp cmTarget: Fix iface libraries and languages for static libraries. 2013-07-26 15:15:42 +02:00