BUG: Fixed typo introduced by previous commit.
This commit is contained in:
parent
fd33bf93a5
commit
ebc036bbda
|
@ -224,7 +224,7 @@ void cmake::CleanupCommandsAndMacros()
|
||||||
for(RegisteredCommandsMap::iterator j = this->Commands.begin();
|
for(RegisteredCommandsMap::iterator j = this->Commands.begin();
|
||||||
j != this->Commands.end(); ++j)
|
j != this->Commands.end(); ++j)
|
||||||
{
|
{
|
||||||
if ( !j->second->IsA("cmMacroHelpperCommand") &&
|
if ( !j->second->IsA("cmMacroHelperCommand") &&
|
||||||
!j->second->IsA("cmFunctionHelperCommand"))
|
!j->second->IsA("cmFunctionHelperCommand"))
|
||||||
{
|
{
|
||||||
commands.push_back(j->second);
|
commands.push_back(j->second);
|
||||||
|
|
Loading…
Reference in New Issue