diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-02-28 11:04:23 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-08-29 15:53:31 (GMT) |
commit | cfae430133f80761812abcac34ed2c7e72c40037 (patch) | |
tree | 1f8ea8de7ab8780d504ac535ea79b1e96fcbb43d /Source/cmGeneratorExpression.h | |
parent | 549b95f115d1f98a68ed390816d5ac9e1eb38806 (diff) | |
download | CMake-cfae430133f80761812abcac34ed2c7e72c40037.zip CMake-cfae430133f80761812abcac34ed2c7e72c40037.tar.gz CMake-cfae430133f80761812abcac34ed2c7e72c40037.tar.bz2 |
Genex: Rename cmGeneratorExpression::NeedsParsing to NeedsEvaluation
Diffstat (limited to 'Source/cmGeneratorExpression.h')
-rw-r--r-- | Source/cmGeneratorExpression.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorExpression.h b/Source/cmGeneratorExpression.h index c20f130..bc0f6c2 100644 --- a/Source/cmGeneratorExpression.h +++ b/Source/cmGeneratorExpression.h @@ -126,7 +126,7 @@ private: cmListFileBacktrace Backtrace; std::vector<cmGeneratorExpressionEvaluator*> Evaluators; const std::string Input; - bool NeedsParsing; + bool NeedsEvaluation; mutable std::set<cmTarget*> DependTargets; mutable std::set<cmTarget*> AllTargetsSeen; |