minor fix

This commit is contained in:
Ken Martin 2002-12-02 15:03:44 -05:00
parent 16db85a651
commit 5d2f83dad5

View File

@ -67,7 +67,7 @@ bool cmIfFunctionBlocker::
ShouldRemove(const char *name, const std::vector<std::string> &args, ShouldRemove(const char *name, const std::vector<std::string> &args,
cmMakefile &) cmMakefile &)
{ {
if (!strcmp(name,"ELSE") || !strcmp(name,"ENDIF")) if (!strcmp(name,"ENDIF"))
{ {
if (args == m_Args) if (args == m_Args)
{ {