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
This commit is contained in:
Alexander Neundorf 2009-01-09 19:08:40 -05:00
parent c8b2c317e2
commit 6b0a59d593
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ void cmExtraEclipseCDT4Generator
= static_cast<cmGlobalUnixMakefileGenerator3*>(generator);
mf->SetToolSupportsColor(true);
mf->SetForceVerboseMakefiles(true);
mf->EnableInstallTarget();
}
//----------------------------------------------------------------------------