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/cmMakefile.h | |
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/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index e7b9716..27838b2 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -794,7 +794,6 @@ public: cmValue GetProperty(const std::string& prop, bool chain) const; bool GetPropertyAsBool(const std::string& prop) const; std::vector<std::string> GetPropertyKeys() const; - void CheckProperty(const std::string& prop) const; //! Initialize a makefile from its parent void InitializeFromParent(cmMakefile* parent); |