diff options
author | Brad King <brad.king@kitware.com> | 2022-09-09 13:48:40 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-09-09 13:48:56 (GMT) |
commit | 06404a19796ea0bbc5fdbbc986bb526a4a84066d (patch) | |
tree | 71992e13c6359fdcd27cf5a71d82e5975e3ef8ef /Source/cmMakefile.h | |
parent | 347fa6169f7348f47637ee63e3ca14cee0780e68 (diff) | |
parent | 985b4c82a64c064e1d22351091206e73ed6fc727 (diff) | |
download | CMake-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.h | 1 |
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); |