summaryrefslogtreecommitdiff
path: root/Source/cmTargetLinkLibrariesCommand.cxx
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2022-09-07 15:20:53 +0200
committerMarc Chevrier <marc.chevrier@gmail.com>2022-09-07 15:20:53 +0200
commit985b4c82a64c064e1d22351091206e73ed6fc727 (patch)
treebde65e548731d5f43b5ebaa666307401cba118ac /Source/cmTargetLinkLibrariesCommand.cxx
parenta47eef32a30599e01e445e6dd69d4702bceae1bd (diff)
downloadcmake-985b4c82a64c064e1d22351091206e73ed6fc727.tar.gz
Check link libraries properties: fix performances regression
Fixes: #23939
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 ba901d0f85..af870dadad 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;
}