cmWhileCommand: Simplify context construction

This commit is contained in:
Brad King 2016-04-14 10:46:41 -04:00
parent 7503deb2c5
commit a559f0f6b0
1 changed files with 2 additions and 6 deletions

View File

@ -55,13 +55,9 @@ IsFunctionBlocked(const cmListFileFunction& lff, cmMakefile &mf,
commandContext.Line = execContext.Line;
commandContext.Name = execContext.Name;
cmListFileContext conditionContext =
cmListFileContext::FromCommandContext(
commandContext,
this->GetStartingContext().FilePath);
cmConditionEvaluator conditionEvaluator(
mf, conditionContext,
mf,
this->GetStartingContext(),
mf.GetBacktrace(commandContext));
bool isTrue = conditionEvaluator.IsTrue(