summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
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/cmMakefile.h
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/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 1763177..873454d 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -808,7 +808,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);