minor bug fix
This commit is contained in:
parent
dfd22fdf23
commit
eee69632d6
|
@ -39,7 +39,7 @@ bool cmGetSourceFilePropertyCommand::InitialPass(
|
|||
}
|
||||
}
|
||||
|
||||
m_Makefile->AddDefinition(var, "NOT_FOUND");
|
||||
m_Makefile->AddDefinition(var, "NOTFOUND");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ bool cmGetTargetPropertyCommand::InitialPass(
|
|||
return true;
|
||||
}
|
||||
}
|
||||
m_Makefile->AddDefinition(var, "NOT_FOUND");
|
||||
m_Makefile->AddDefinition(var, "NOTFOUND");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue