diff options
author | Brad King <brad.king@kitware.com> | 2020-11-05 22:21:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-11-06 16:43:51 (GMT) |
commit | fe5d0849dbe4a8a6f4d8cd1d0384b9112fc802b9 (patch) | |
tree | 3a94955bab59ae9fd43d86f4c6f0dd8b19ca1811 /Source/cmNinjaTargetGenerator.h | |
parent | a117101fbd1a7b17a4e52e16c1798b4a9e95f9b3 (diff) | |
download | CMake-fe5d0849dbe4a8a6f4d8cd1d0384b9112fc802b9.zip CMake-fe5d0849dbe4a8a6f4d8cd1d0384b9112fc802b9.tar.gz CMake-fe5d0849dbe4a8a6f4d8cd1d0384b9112fc802b9.tar.bz2 |
cmNinjaTargetGenerator: Consolidate redundant methods
Diffstat (limited to 'Source/cmNinjaTargetGenerator.h')
-rw-r--r-- | Source/cmNinjaTargetGenerator.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmNinjaTargetGenerator.h b/Source/cmNinjaTargetGenerator.h index a27c9b4..17c7747 100644 --- a/Source/cmNinjaTargetGenerator.h +++ b/Source/cmNinjaTargetGenerator.h @@ -71,11 +71,10 @@ protected: const std::string& config) const; std::string LanguageDependencyRule(std::string const& lang, const std::string& config) const; - bool NeedExplicitPreprocessing(std::string const& lang) const; std::string LanguageDyndepRule(std::string const& lang, const std::string& config) const; bool NeedDyndep(std::string const& lang) const; - bool UsePreprocessedSource(std::string const& lang) const; + bool NeedExplicitPreprocessing(std::string const& lang) const; bool CompilePreprocessedSourceWithDefines(std::string const& lang) const; std::string OrderDependsTargetForTarget(const std::string& config); |