diff options
author | Brad King <brad.king@kitware.com> | 2022-09-09 13:48:40 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-09-09 13:48:56 (GMT) |
commit | 06404a19796ea0bbc5fdbbc986bb526a4a84066d (patch) | |
tree | 71992e13c6359fdcd27cf5a71d82e5975e3ef8ef /Source/cmTargetLinkLibrariesCommand.cxx | |
parent | 347fa6169f7348f47637ee63e3ca14cee0780e68 (diff) | |
parent | 985b4c82a64c064e1d22351091206e73ed6fc727 (diff) | |
download | CMake-06404a19796ea0bbc5fdbbc986bb526a4a84066d.zip CMake-06404a19796ea0bbc5fdbbc986bb526a4a84066d.tar.gz CMake-06404a19796ea0bbc5fdbbc986bb526a4a84066d.tar.bz2 |
Merge topic 'check-library-properties-fix-performances-regression'
985b4c82a6 Check link libraries properties: fix performances regression
a47eef32a3 renames method FinalizeTargetCompileInfo() in FinalizeTargetConfiguration().
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7651
Diffstat (limited to 'Source/cmTargetLinkLibrariesCommand.cxx')
-rw-r--r-- | Source/cmTargetLinkLibrariesCommand.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTargetLinkLibrariesCommand.cxx b/Source/cmTargetLinkLibrariesCommand.cxx index fb03b62..0b123b2 100644 --- a/Source/cmTargetLinkLibrariesCommand.cxx +++ b/Source/cmTargetLinkLibrariesCommand.cxx @@ -379,9 +379,6 @@ bool cmTargetLinkLibrariesCommand(std::vector<std::string> const& args, target->SetProperty("LINK_INTERFACE_LIBRARIES", ""); } - target->CheckProperty("LINK_LIBRARIES", &mf); - target->CheckProperty("INTERFACE_LINK_LIBRARIES", &mf); - return true; } |