mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-19 05:30:59 -06:00
minor fixes to testing
This commit is contained in:
@@ -780,7 +780,8 @@ bool cmSystemTools::RunCommand(const char* command,
|
||||
std::ifstream fin(tempFile.c_str());
|
||||
if(!fin)
|
||||
{
|
||||
cmSystemTools::Error(command, " from RunCommand Faild to create output file",
|
||||
cmSystemTools::Error(command,
|
||||
" from RunCommand Failed to create output file: ",
|
||||
tempFile.c_str());
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user