CMake/Tests/CMakeCommands
Stephen Kelly 3e30d9ed67 TLL: Don't populate old link interface if CMP0022 is NEW.
Always populate the INTERFACE_LINK_LIBRARIES for interface
entries. Don't populate the old interface properties
matching (IMPORTED_)?LINK_INTERFACE_LIBRARIES(_<CONFIG>)?
if CMP0022 is NEW.

Because the INTERFACE_LINK_LIBRARIES property is now populated by
the target_link_libraries when operating on a static library,
make an equivalent change which populates the property with
the same value when the old link_libraries() command is used. This
silences the policy warning in that case.
2013-07-08 22:39:58 +02:00
..
add_compile_options Introduce add_compile_options command. 2013-06-04 11:36:55 +02:00
target_compile_definitions Revert "Add the TARGET_DEFINED generator expression" 2013-02-25 15:35:11 +01:00
target_compile_options Add target_compile_options command. 2013-06-02 11:56:37 +02:00
target_include_directories Remove use of TARGET_DEFINED from target_include_directories test. 2013-02-25 15:25:38 +01:00
target_link_libraries TLL: Don't populate old link interface if CMP0022 is NEW. 2013-07-08 22:39:58 +02:00