summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/cmExportLibraryDependencies.cxx2
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;
}
-