diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-01-10 00:08:40 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-01-10 00:08:40 (GMT) |
commit | 6b0a59d59356b6f1b2cf8bb925f2f9d03b845fb8 (patch) | |
tree | f5ec8496701c36797264a6e9a5fdb3247899a8ec /Source/cmExtraEclipseCDT4Generator.cxx | |
parent | c8b2c317e2e3b07d297f75a0fcafb24235bcd14d (diff) | |
download | CMake-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
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.cxx')
-rw-r--r-- | Source/cmExtraEclipseCDT4Generator.cxx | 1 |
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(); } //---------------------------------------------------------------------------- |