cmMakefile: Implement RaiseScope in terms of local Get method.
The cmDefinitions::Get will change behavior in follow up commits.
This commit is contained in:
parent
5e35d4a67f
commit
30a021cc22
|
@ -121,7 +121,7 @@ public:
|
|||
if(cmDefinitions* up = cur.GetParent())
|
||||
{
|
||||
// First localize the definition in the current scope.
|
||||
cur.Get(var);
|
||||
this->GetDefinition(var);
|
||||
|
||||
// Now update the definition in the parent scope.
|
||||
up->Set(var, varDef);
|
||||
|
|
Loading…
Reference in New Issue