cmWhileCommand: Simplify context construction
This commit is contained in:
parent
7503deb2c5
commit
a559f0f6b0
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue