diff options
Diffstat (limited to 'Source/cmVTKWrapTclCommand.cxx')
-rw-r--r-- | Source/cmVTKWrapTclCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVTKWrapTclCommand.cxx b/Source/cmVTKWrapTclCommand.cxx index 56503fd..b1e4d1a 100644 --- a/Source/cmVTKWrapTclCommand.cxx +++ b/Source/cmVTKWrapTclCommand.cxx @@ -219,6 +219,7 @@ bool cmVTKWrapTclCommand::WriteInit(const char *kitName, if (!fout) { cmSystemTools::Error("Failed to open TclInit file for ", tempOutputFile.c_str()); + cmSystemTools::ReportLastSystemError(""); return false; } |