Ken Martin 23 ani în urmă
părinte
comite
5d2f83dad5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Source/cmIfCommand.cxx

+ 1 - 1
Source/cmIfCommand.cxx

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