Merge topic 'fix-function-missing-endforeach'

3a656065 Fix assertion failure on unmatched foreach in function (#15572)
This commit is contained in:
Brad King
2015-05-19 11:09:21 -04:00
committed by CMake Topic Stage
9 changed files with 34 additions and 1 deletions

View File

@@ -94,8 +94,8 @@ bool cmFunctionHelperCommand::InvokeInitialPass
}
// we push a scope on the makefile
cmMakefile::LexicalPushPop lexScope(this->Makefile);
cmMakefile::ScopePushPop varScope(this->Makefile);
cmMakefile::LexicalPushPop lexScope(this->Makefile);
static_cast<void>(varScope);
// Push a weak policy scope which restores the policies recorded at