summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorExpressionEvaluator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-21 13:02:22 -0400
committerBrad King <brad.king@kitware.com>2014-07-21 13:02:22 -0400
commit807e4ffeefb0e10ef0546e0eb7383f3d5533809b (patch)
tree0faa99cb8c0479245755fa2e4347ae47a91872ac /Source/cmGeneratorExpressionEvaluator.h
parent46099b82ed71394f1dc6e0bbb91704d274edab7d (diff)
downloadcmake-807e4ffeefb0e10ef0546e0eb7383f3d5533809b.tar.gz
Genex: Track whether an expression depends on the 'head' target
Diffstat (limited to 'Source/cmGeneratorExpressionEvaluator.h')
-rw-r--r--Source/cmGeneratorExpressionEvaluator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGeneratorExpressionEvaluator.h b/Source/cmGeneratorExpressionEvaluator.h
index 0ffb860547..8a529e88d0 100644
--- a/Source/cmGeneratorExpressionEvaluator.h
+++ b/Source/cmGeneratorExpressionEvaluator.h
@@ -41,6 +41,7 @@ struct cmGeneratorExpressionContext
bool Quiet;
bool HadError;
bool HadContextSensitiveCondition;
+ bool HadHeadSensitiveCondition;
bool EvaluateForBuildsystem;
};