diff options
-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 a12ac2b..f2d1fde 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -464,6 +464,7 @@ void cmMakefile::GenerateTestfile() } fout << std::endl; + fout.close(); } void cmMakefile::AddSource(cmSourceFile& cmfile, const char *srclist) |