Przeglądaj źródła

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 lat temu
rodzic
commit
6b0a59d593
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      Source/cmExtraEclipseCDT4Generator.cxx

+ 0 - 1
Source/cmExtraEclipseCDT4Generator.cxx

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