diff options
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 0d7c293..f4c862b 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -2396,6 +2396,7 @@ int cmMakefile::ConfigureFile(const char* infile, const char* outfile, cmSystemTools::Error( "Could not open file for write in copy operation ", tempOutputFile.c_str()); + cmSystemTools::ReportLastSystemError(""); return 0; } std::ifstream fin(sinfile.c_str()); |