Commit History

Author SHA1 Message Date
  David Cole 764f6838a7 ENH: Give Mac installers package relocation capability. Default location is still the same for backwards compatibility, but packages will now be relocatable by default like they are on Windows via the NSIS installer. New CPack variables for controlling this functionality are CPACK_PACKAGE_DEFAULT_LOCATION and CPACK_PACKAGE_RELOCATABLE. 18 years ago
  David Cole 5beb1da7f7 ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files in absolute locations. With this setting on, cpack will set the DESTDIR env var when building the package so that files end up in their intended locations. Default behavior is not to set DESTDIR for backwards compatibility. Helps address issue #4993 and issue #5257. Also, remove unused CPACK_USE_DESTDIR variable. ENH: Add variable CPACK_PACKAGING_INSTALL_PREFIX to allow overriding the CPack GetPackagingInstallPrefix from a project's CMakeLists file if necessary. Could be used to remove the annoying /usr prefix still used by default in the Mac PackageMaker generator. 18 years ago
  Bill Hoffman eb14543939 ENH: cpack changes, remove the escape variable stuff as it is not needed if you provide a config file for cpack 18 years ago
  Bill Hoffman 02f79c7242 ENH: add ability to set installer icons, links to web pages, nsis code in the icon section of the template, and ability to escape variables correctly 18 years ago
  Bill Hoffman 617e6082fa ENH: fix bitmap escapes 18 years ago
  Bill Hoffman cfb84d8562 ENH: allow CPACK_PACKAGE_ICON to be not set 18 years ago
  Alexander Neundorf 5ceafcb7e2 18 years ago
  Alexander Neundorf 7432ef206e 18 years ago
  Alexander Neundorf 68674bd0d7 18 years ago
  Andy Cedilnik f2c0dbd164 ENH: More work on the packaging. Add Applicaitons, add icons, etc 19 years ago
  Bill Hoffman 4925e64b97 ENH: add support for cygwin source and binary packaging 19 years ago
  Andy Cedilnik e31dc3abe5 ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for CPack; make SetOptionIfNotSet more robust to handle empty options; do test TGZ, STGZ, and TZ, Add handling (and test) of Install Script; set environment variable CMAKE_INSTALL_PREFIX 19 years ago
  Andy Cedilnik e36ae0fcb8 ENH: Several cleanups and support for multiple generators 19 years ago
  Bill Hoffman 9ab387b7d9 ENH: add a comment 19 years ago
  Andy Cedilnik 0964cb6c64 ENH: Add support for overwriting the name of the file CPackConfig.cmake and CPackSourceConfig.cmake 19 years ago
  Andy Cedilnik a90e97e970 BUG: Prevent stripping of sources 19 years ago
  Andy Cedilnik de4127cdda ENH: Add more install registry options 19 years ago
  Andy Cedilnik 4e9564a0f1 ENH: Propagate system name and handle win32/win64 name 19 years ago
  Brad King 9db4220671 BUG: Need to ignore source packaging of #*# files created by emacs during editing. 19 years ago
  Andy Cedilnik c09c3c6bfa ENH: Support for packaging source, several cleanups and more yeehaa... 19 years ago
  Andy Cedilnik c836be6f7b ENH: Start adding support for packaging component and to package into a subdirectory 19 years ago
  Andy Cedilnik bad1215a85 ENH: Add support for preinstall for cmake generated projects when packaging them 19 years ago
  Andy Cedilnik 0bad15c302 ENH: Deprecate CPACK_BINARY_DIR and add CPACK_INSTALL_CMAKE_PROJECTS 19 years ago
  Andy Cedilnik ccf1eed298 ENH: Allow to overwrite CPACK_BINARY_DIR 19 years ago
  Andy Cedilnik b1b052fd23 ENH: Several changes to for NSIS 20 years ago
  Andy Cedilnik 4077d6d80c ENH: Install system libraries only if project requires them 20 years ago
  Andy Cedilnik b25820ebd4 ENH: Add resource files for PackageMaker 20 years ago
  Andy Cedilnik ee227d3af5 ENH: Several packaging issues. Allow random variables to be passed to cpack (anything starting with CPACK_, add preinstall to the list of dependencies for package, fix typos 20 years ago
  Andy Cedilnik 1d96f839d7 ENH: Several NSIS features 20 years ago
  Brad King 06b6308ab4 BUG: Do not install MSVC dlls for a non-MSVC build. 20 years ago