[Cmake-commits] [cmake-commits] hoffman committed cmGlobalGenerator.cxx 1.237 1.238

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jul 30 15:18:21 EDT 2008


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

Modified Files:
	cmGlobalGenerator.cxx 
Log Message:
BUG: fix for bug 7427, preinstall target name hard coded


Index: cmGlobalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalGenerator.cxx,v
retrieving revision 1.237
retrieving revision 1.238
diff -C 2 -d -r1.237 -r1.238
*** cmGlobalGenerator.cxx	16 Jul 2008 15:03:58 -0000	1.237
--- cmGlobalGenerator.cxx	30 Jul 2008 19:18:19 -0000	1.238
***************
*** 1566,1570 ****
    if ( this->GetPreinstallTargetName() )
      {
!     depends.push_back("preinstall");
      }
    else
--- 1566,1570 ----
    if ( this->GetPreinstallTargetName() )
      {
!     depends.push_back(this->GetPreinstallTargetName());
      }
    else



More information about the Cmake-commits mailing list