summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-11-05 22:21:13 (GMT)
committerBrad King <brad.king@kitware.com>2020-11-06 16:43:51 (GMT)
commitfe5d0849dbe4a8a6f4d8cd1d0384b9112fc802b9 (patch)
tree3a94955bab59ae9fd43d86f4c6f0dd8b19ca1811 /Source/cmNinjaTargetGenerator.h
parenta117101fbd1a7b17a4e52e16c1798b4a9e95f9b3 (diff)
downloadCMake-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.h3
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);