mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-08 08:09:42 -06:00
Autogen: A missing info file is a critical error
This commit is contained in:
@@ -279,10 +279,11 @@ bool cmQtAutoGenerator::Run(std::string const& infoFile,
|
||||
InfoFile_ = infoFile;
|
||||
cmSystemTools::ConvertToUnixSlashes(InfoFile_);
|
||||
if (!InfoFileTime_.Load(InfoFile_)) {
|
||||
std::string msg = "Autogen: The info file ";
|
||||
std::string msg = "AutoGen: The info file ";
|
||||
msg += Quoted(InfoFile_);
|
||||
msg += " is not readable\n";
|
||||
cmSystemTools::Stderr(msg);
|
||||
return false;
|
||||
}
|
||||
InfoDir_ = cmSystemTools::GetFilenamePath(infoFile);
|
||||
InfoConfig_ = config;
|
||||
|
||||
Reference in New Issue
Block a user