diff options
author | Brad King <brad.king@kitware.com> | 2014-06-30 17:23:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-07-07 12:52:42 (GMT) |
commit | 93790506f52cb4e420be6a1a6988613380ecb1bc (patch) | |
tree | 873c637de69ee4a256cfe68ea584bb73a697a6e1 /Tests/Properties | |
parent | b5b098ebb39c97f3420eb7c24f0d4d5bc2d15a5a (diff) | |
download | CMake-93790506f52cb4e420be6a1a6988613380ecb1bc.zip CMake-93790506f52cb4e420be6a1a6988613380ecb1bc.tar.gz CMake-93790506f52cb4e420be6a1a6988613380ecb1bc.tar.bz2 |
cmTarget: Simplify INTERFACE_INCLUDE_DIRECTORIES usage requirement lookup
Use the AddInterfaceEntries helper to avoid duplication. In
TargetPropertyEntry, replace the TargetName string member with a
reference to the full cmLinkImplItem that produced the entry. This is
possible because the cmLinkImplItem is available in AddInterfaceEntries
(it was not available in GetIncludeDirectories). Having the full
cmLinkImplItem allows processIncludeDirectories to implement CMP0027 OLD
behavior without repeating the target name lookup.
Update the RunCMake.CompatibleInterface test DebugProperties case
expected output for the new order of the messages.
Diffstat (limited to 'Tests/Properties')
0 files changed, 0 insertions, 0 deletions