CMake/Tests/CMakeCommands
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
..
add_compile_options Introduce add_compile_options command. 2013-06-04 11:36:55 +02:00
target_compile_definitions Allow target commands to be invoked with no items (#14325). 2013-07-31 16:06:34 +02:00
target_compile_options Allow target commands to be invoked with no items (#14325). 2013-07-31 16:06:34 +02:00
target_include_directories Allow target commands to be invoked with no items (#14325). 2013-07-31 16:06:34 +02:00
target_link_libraries Don't add invalid content to static lib INTERFACE_LINK_LIBRARIES. 2013-10-26 10:10:20 -04:00