mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 23:29:57 +00:00
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:
parent
c8b2c317e2
commit
6b0a59d593
@ -66,7 +66,6 @@ void cmExtraEclipseCDT4Generator
|
||||
= static_cast<cmGlobalUnixMakefileGenerator3*>(generator);
|
||||
mf->SetToolSupportsColor(true);
|
||||
mf->SetForceVerboseMakefiles(true);
|
||||
mf->EnableInstallTarget();
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user