diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmExportLibraryDependencies.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmExportLibraryDependencies.cxx b/Source/cmExportLibraryDependencies.cxx index 6992b19..2e85967 100644 --- a/Source/cmExportLibraryDependencies.cxx +++ b/Source/cmExportLibraryDependencies.cxx @@ -100,8 +100,6 @@ void cmExportLibraryDependenciesCommand::FinalPass() } } } - fout << ")" << std::endl; fout.close(); return; } - |