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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ bool cmGetTargetPropertyCommand::InitialPass(
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
m_Makefile->AddDefinition(var, "NOT_FOUND");
|
m_Makefile->AddDefinition(var, "NOTFOUND");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user