diff options
-rw-r--r-- | Source/cmSetCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSetCommand.cxx b/Source/cmSetCommand.cxx index 00e1bc5..2357468 100644 --- a/Source/cmSetCommand.cxx +++ b/Source/cmSetCommand.cxx @@ -105,6 +105,7 @@ bool cmSetCommand::InitialPass(std::vector<std::string>& args) { std::string error = "Error in arguments to cache, expected CACHE found:"; error += args[cacheStart]; + error += "\n"; this->SetError(error.c_str()); return false; } |