diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2022-09-07 13:20:53 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2022-09-07 13:20:53 (GMT) |
commit | 985b4c82a64c064e1d22351091206e73ed6fc727 (patch) | |
tree | bde65e548731d5f43b5ebaa666307401cba118ac /Source/cmLinkLibrariesCommand.cxx | |
parent | a47eef32a30599e01e445e6dd69d4702bceae1bd (diff) | |
download | CMake-985b4c82a64c064e1d22351091206e73ed6fc727.zip CMake-985b4c82a64c064e1d22351091206e73ed6fc727.tar.gz CMake-985b4c82a64c064e1d22351091206e73ed6fc727.tar.bz2 |
Check link libraries properties: fix performances regression
Fixes: #23939
Diffstat (limited to 'Source/cmLinkLibrariesCommand.cxx')
-rw-r--r-- | Source/cmLinkLibrariesCommand.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmLinkLibrariesCommand.cxx b/Source/cmLinkLibrariesCommand.cxx index ed89e91..2b8f836 100644 --- a/Source/cmLinkLibrariesCommand.cxx +++ b/Source/cmLinkLibrariesCommand.cxx @@ -35,7 +35,5 @@ bool cmLinkLibrariesCommand(std::vector<std::string> const& args, mf.AppendProperty("LINK_LIBRARIES", *i); } - mf.CheckProperty("LINK_LIBRARIES"); - return true; } |