Преглед изворни кода

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

Alexander Neundorf пре 17 година
родитељ
комит
6b0a59d593
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      Source/cmExtraEclipseCDT4Generator.cxx

+ 0 - 1
Source/cmExtraEclipseCDT4Generator.cxx

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