mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
BUG: fix return when file is not found
This commit is contained in:
@@ -96,6 +96,10 @@ bool cmFindFileCommand::InitialPass(std::vector<std::string>& args)
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
m_Makefile->AddCacheDefinition(args[0].c_str(),
|
||||
"NOTFOUND",
|
||||
helpString.c_str(),
|
||||
cmCacheManager::PATH);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user