diff --git a/Source/cmExportLibraryDependencies.cxx b/Source/cmExportLibraryDependencies.cxx index 6992b19419..2e859670ed 100644 --- a/Source/cmExportLibraryDependencies.cxx +++ b/Source/cmExportLibraryDependencies.cxx @@ -100,8 +100,6 @@ void cmExportLibraryDependenciesCommand::FinalPass() } } } - fout << ")" << std::endl; fout.close(); return; } -