summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 7edf2ea..d1cb716 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -377,7 +377,7 @@ void cmake::ReadListFile(const char *path)
(cmSystemTools::GetCurrentWorkingDirectory().c_str());
if (!lg->GetMakefile()->ReadListFile(0, path))
{
- std::cerr << "Error processing file:" << path << "\n";
+ cmSystemTools::Error("Error processing file:", path);
}
}