diff options
author | Jim Miller <millerjv@crd.ge.com> | 2001-06-06 11:47:56 (GMT) |
---|---|---|
committer | Jim Miller <millerjv@crd.ge.com> | 2001-06-06 11:47:56 (GMT) |
commit | dce5c3efccd00286c1fa5698c38e041fc6cb8e35 (patch) | |
tree | 455656757197b8be9cf836cb061016c11e0b6b41 /Source/cmMakefile.cxx | |
parent | 84edcba84806c360cc1808d0056be7f4be5d1774 (diff) | |
download | CMake-dce5c3efccd00286c1fa5698c38e041fc6cb8e35.zip CMake-dce5c3efccd00286c1fa5698c38e041fc6cb8e35.tar.gz CMake-dce5c3efccd00286c1fa5698c38e041fc6cb8e35.tar.bz2 |
FIX: forgot to close the files
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 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) |