summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-09-07 20:55:25 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-09-07 20:55:25 (GMT)
commitb5bdf2cb0ae3bf3e655b76065050763b092d32f7 (patch)
tree567ae3a8f8c2c8b92769a57834b032bd9f031dd0 /Source/cmGlobalVisualStudio7Generator.cxx
parent8f92e8c069dcb3cb943144864274ee75bad36c0d (diff)
downloadCMake-b5bdf2cb0ae3bf3e655b76065050763b092d32f7.zip
CMake-b5bdf2cb0ae3bf3e655b76065050763b092d32f7.tar.gz
CMake-b5bdf2cb0ae3bf3e655b76065050763b092d32f7.tar.bz2
ENH: add better error reporting for file open failures
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio7Generator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.cxx b/Source/cmGlobalVisualStudio7Generator.cxx
index 26f16db..8b80ee1 100644
--- a/Source/cmGlobalVisualStudio7Generator.cxx
+++ b/Source/cmGlobalVisualStudio7Generator.cxx
@@ -291,6 +291,7 @@ void cmGlobalVisualStudio7Generator::OutputSLNFile(cmLocalGenerator* root,
{
cmSystemTools::Error("Error can not open DSW file for write: ",
fname.c_str());
+ cmSystemTools::ReportLastSystemError("");
return;
}
this->WriteSLNFile(fout.GetStream(), root, generators);