summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorExpressionContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGeneratorExpressionContext.h')
-rw-r--r--Source/cmGeneratorExpressionContext.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmGeneratorExpressionContext.h b/Source/cmGeneratorExpressionContext.h
index 8228e895e4..cff72890ae 100644
--- a/Source/cmGeneratorExpressionContext.h
+++ b/Source/cmGeneratorExpressionContext.h
@@ -30,15 +30,14 @@ struct cmGeneratorExpressionContext
cmListFileBacktrace const& backtrace,
std::string const& language);
-
cmListFileBacktrace Backtrace;
std::set<cmGeneratorTarget*> DependTargets;
std::set<cmGeneratorTarget const*> AllTargets;
std::set<std::string> SeenTargetProperties;
std::set<cmGeneratorTarget const*> SourceSensitiveTargets;
std::map<cmGeneratorTarget const*, std::map<std::string, std::string> >
- MaxLanguageStandard;
- cmLocalGenerator *LG;
+ MaxLanguageStandard;
+ cmLocalGenerator* LG;
std::string Config;
std::string Language;
// The target whose property is being evaluated.