mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Add '\n' to error output, missed in f134468a98
This commit is contained in:
@@ -276,7 +276,7 @@ int main(int argc, char const* const* argv)
|
||||
if (result != true) {
|
||||
cmCPack_Log(&log, cmCPackLog::LOG_ERROR,
|
||||
"Could not read presets from "
|
||||
<< workingDirectory << ":"
|
||||
<< workingDirectory << ":\n"
|
||||
<< presetsGraph.parseState.GetErrorMessage() << '\n');
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user