Add '\n' to error output, missed in f134468a98

This commit is contained in:
Maximilian Sander
2026-07-28 00:51:55 +02:00
parent 7ccff59b07
commit 7de3c48731
+1 -1
View File
@@ -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;
}