From ebc036bbdaa602c9276ad91469a305b42fda7cbc Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 13 Dec 2007 17:39:53 -0500 Subject: BUG: Fixed typo introduced by previous commit. --- Source/cmake.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 6b89319..a3c95be 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -224,7 +224,7 @@ void cmake::CleanupCommandsAndMacros() for(RegisteredCommandsMap::iterator j = this->Commands.begin(); j != this->Commands.end(); ++j) { - if ( !j->second->IsA("cmMacroHelpperCommand") && + if ( !j->second->IsA("cmMacroHelperCommand") && !j->second->IsA("cmFunctionHelperCommand")) { commands.push_back(j->second); -- cgit v0.12