diff --git a/Source/cmSetCommand.cxx b/Source/cmSetCommand.cxx index 00e1bc5cf..2357468a9 100644 --- a/Source/cmSetCommand.cxx +++ b/Source/cmSetCommand.cxx @@ -105,6 +105,7 @@ bool cmSetCommand::InitialPass(std::vector& args) { std::string error = "Error in arguments to cache, expected CACHE found:"; error += args[cacheStart]; + error += "\n"; this->SetError(error.c_str()); return false; }