diff options
Diffstat (limited to 'Source/cmGlobalCodeWarriorGenerator.cxx')
-rw-r--r-- | Source/cmGlobalCodeWarriorGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalCodeWarriorGenerator.cxx b/Source/cmGlobalCodeWarriorGenerator.cxx index ba7245f..9db7e54 100644 --- a/Source/cmGlobalCodeWarriorGenerator.cxx +++ b/Source/cmGlobalCodeWarriorGenerator.cxx @@ -94,6 +94,7 @@ void cmGlobalCodeWarriorGenerator::OutputProject() { cmSystemTools::Error("Error can not open project file for write: " ,fname.c_str()); + cmSystemTools::ReportLastSystemError(""); return; } this->WriteProject(fout); |