[Cmake-commits] [cmake-commits] alex committed cmExtraEclipseCDT4Generator.cxx 1.17 1.18

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jan 9 19:08:42 EST 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv15636

Modified Files:
	cmExtraEclipseCDT4Generator.cxx 
Log Message:
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


Index: cmExtraEclipseCDT4Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmExtraEclipseCDT4Generator.cxx,v
retrieving revision 1.17
retrieving revision 1.18
diff -C 2 -d -r1.17 -r1.18
*** cmExtraEclipseCDT4Generator.cxx	9 Jan 2009 23:58:21 -0000	1.17
--- cmExtraEclipseCDT4Generator.cxx	10 Jan 2009 00:08:40 -0000	1.18
***************
*** 67,71 ****
    mf->SetToolSupportsColor(true);
    mf->SetForceVerboseMakefiles(true);
-   mf->EnableInstallTarget();
  }
  
--- 67,70 ----



More information about the Cmake-commits mailing list