浏览代码

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();
 }
 
 //----------------------------------------------------------------------------