summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2022-09-07 13:20:53 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2022-09-07 13:20:53 (GMT)
commit985b4c82a64c064e1d22351091206e73ed6fc727 (patch)
treebde65e548731d5f43b5ebaa666307401cba118ac /Source/cmMakefile.h
parenta47eef32a30599e01e445e6dd69d4702bceae1bd (diff)
downloadCMake-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.h1
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);