summaryrefslogtreecommitdiffstats
path: root/Source/cmExportLibraryDependencies.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-03-10 18:39:38 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-03-10 18:39:38 (GMT)
commit3ff6722934521151793e5ad798a48305fc5ec2fa (patch)
tree44c00d047860311a0f52effb115de3257488e6c4 /Source/cmExportLibraryDependencies.cxx
parenta79868206eb59e19fd0ebca72ba435cdbb8c6a89 (diff)
downloadCMake-3ff6722934521151793e5ad798a48305fc5ec2fa.zip
CMake-3ff6722934521151793e5ad798a48305fc5ec2fa.tar.gz
CMake-3ff6722934521151793e5ad798a48305fc5ec2fa.tar.bz2
ENH: cleanup by removing all the olf local generate junk that i not longer needed
Diffstat (limited to 'Source/cmExportLibraryDependencies.cxx')
-rw-r--r--Source/cmExportLibraryDependencies.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmExportLibraryDependencies.cxx b/Source/cmExportLibraryDependencies.cxx
index 16537a4..78a9485 100644
--- a/Source/cmExportLibraryDependencies.cxx
+++ b/Source/cmExportLibraryDependencies.cxx
@@ -45,13 +45,6 @@ bool cmExportLibraryDependenciesCommand::InitialPass(std::vector<std::string> co
void cmExportLibraryDependenciesCommand::FinalPass()
{
- // don't do anything if local mode
- if(m_Makefile->GetLocal())
- {
- return;
- }
-
-
// Create a full path filename for output
std::string fname = m_Args[0];
bool append = false;