[Cmake-commits] [cmake-commits] king committed cmInstallCommand.cxx 1.46 1.47

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Apr 23 11:13:27 EDT 2008


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

Modified Files:
	cmInstallCommand.cxx 
Log Message:
BUG: Fix implementation of CMP0006 to not override the BUNDLE destination with the RUNTIME destination.


Index: cmInstallCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmInstallCommand.cxx,v
retrieving revision 1.46
retrieving revision 1.47
diff -C 2 -d -r1.46 -r1.47
*** cmInstallCommand.cxx	14 Apr 2008 21:53:11 -0000	1.46
--- cmInstallCommand.cxx	23 Apr 2008 15:13:25 -0000	1.47
***************
*** 537,541 ****
                                                             false);
              }
!           if(!runtimeArgs.GetDestination().empty())
              {
              bool failure = false;
--- 537,541 ----
                                                             false);
              }
!           else if(!runtimeArgs.GetDestination().empty())
              {
              bool failure = false;



More information about the Cmake-commits mailing list