[cmake-commits] hoffman committed CPack.cmake 1.17.2.8 1.17.2.9

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jan 8 16:40:15 EST 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv6219/Modules

Modified Files:
      Tag: CMake-2-4
	CPack.cmake 
Log Message:
ENH: remove relocate option in mac installer as it is broken


Index: CPack.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CPack.cmake,v
retrieving revision 1.17.2.8
retrieving revision 1.17.2.9
diff -u -d -r1.17.2.8 -r1.17.2.9
--- CPack.cmake	28 Dec 2007 14:49:49 -0000	1.17.2.8
+++ CPack.cmake	8 Jan 2008 21:40:13 -0000	1.17.2.9
@@ -79,7 +79,7 @@
   "${CPACK_PACKAGE_NAME} ${CPACK_PACKAGE_VERSION}")
 cpack_set_if_not_set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY
   "${CPACK_PACKAGE_NAME} ${CPACK_PACKAGE_VERSION}")
-cpack_set_if_not_set(CPACK_PACKAGE_RELOCATABLE "true")
+cpack_set_if_not_set(CPACK_PACKAGE_RELOCATABLE "false")
 
 # always force to exactly "true" or "false" for CPack.Info.plist.in:
 if(CPACK_PACKAGE_RELOCATABLE)



More information about the Cmake-commits mailing list