minor fix
This commit is contained in:
parent
16db85a651
commit
5d2f83dad5
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user