summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTargetGenerator.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2022-11-23 20:22:31 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2022-11-23 22:35:41 (GMT)
commit9e61fc3d6d71ebb1935fde39b011bf8167bd40d1 (patch)
tree7599a19918cc478d83e7797543f869b623bf1972 /Source/cmNinjaTargetGenerator.h
parent5e026739e10f4cf5241f27fb9ba6721edb854018 (diff)
downloadCMake-9e61fc3d6d71ebb1935fde39b011bf8167bd40d1.zip
CMake-9e61fc3d6d71ebb1935fde39b011bf8167bd40d1.tar.gz
CMake-9e61fc3d6d71ebb1935fde39b011bf8167bd40d1.tar.bz2
cmGeneratorTarget: factor out dyndep support detection
Diffstat (limited to 'Source/cmNinjaTargetGenerator.h')
-rw-r--r--Source/cmNinjaTargetGenerator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmNinjaTargetGenerator.h b/Source/cmNinjaTargetGenerator.h
index d09f04b..04d6bd7 100644
--- a/Source/cmNinjaTargetGenerator.h
+++ b/Source/cmNinjaTargetGenerator.h
@@ -82,13 +82,10 @@ protected:
const std::string& config) const;
std::string LanguageDyndepRule(std::string const& lang,
const std::string& config) const;
- bool NeedDyndep(std::string const& lang, std::string const& config) const;
bool NeedDyndepForSource(std::string const& lang, std::string const& config,
cmSourceFile const* sf);
bool NeedExplicitPreprocessing(std::string const& lang) const;
bool CompileWithDefines(std::string const& lang) const;
- bool NeedCxxModuleSupport(std::string const& lang,
- std::string const& config) const;
std::string OrderDependsTargetForTarget(const std::string& config);