mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
minor bug fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user