summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2009-01-10 00:08:40 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2009-01-10 00:08:40 (GMT)
commit6b0a59d59356b6f1b2cf8bb925f2f9d03b845fb8 (patch)
treef5ec8496701c36797264a6e9a5fdb3247899a8ec
parentc8b2c317e2e3b07d297f75a0fcafb24235bcd14d (diff)
downloadCMake-6b0a59d59356b6f1b2cf8bb925f2f9d03b845fb8.zip
CMake-6b0a59d59356b6f1b2cf8bb925f2f9d03b845fb8.tar.gz
CMake-6b0a59d59356b6f1b2cf8bb925f2f9d03b845fb8.tar.bz2
BUG: remove the call to EnableInstallTarget(), don't know why it was there.
This caused that always an install target was created which installed nothing, even if there was no install rule in the project. Alex
-rw-r--r--Source/cmExtraEclipseCDT4Generator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.cxx b/Source/cmExtraEclipseCDT4Generator.cxx
index aba15d6..f5ff7d4 100644
--- a/Source/cmExtraEclipseCDT4Generator.cxx
+++ b/Source/cmExtraEclipseCDT4Generator.cxx
@@ -66,7 +66,6 @@ void cmExtraEclipseCDT4Generator
= static_cast<cmGlobalUnixMakefileGenerator3*>(generator);
mf->SetToolSupportsColor(true);
mf->SetForceVerboseMakefiles(true);
- mf->EnableInstallTarget();
}
//----------------------------------------------------------------------------