summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetLinkLibrariesCommand.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-09-09 13:48:40 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-09-09 13:48:56 (GMT)
commit06404a19796ea0bbc5fdbbc986bb526a4a84066d (patch)
tree71992e13c6359fdcd27cf5a71d82e5975e3ef8ef /Source/cmTargetLinkLibrariesCommand.cxx
parent347fa6169f7348f47637ee63e3ca14cee0780e68 (diff)
parent985b4c82a64c064e1d22351091206e73ed6fc727 (diff)
downloadCMake-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.cxx3
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;
}