mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
minor fix
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user