summaryrefslogtreecommitdiffstats
path: root/CMakeCPack.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Overhaul CMake version numberingBrad King2009-03-051-9/+4
| | | | | | | | | | | | | This moves the version numbers into an isolated configured header so that not all of CMake needs to rebuild when the version changes. Previously we had spaces, dashes and/or the word 'patch' randomly chosen before the patch number. Now we always report version numbers in the traditional format "<major>.<minor>.<patch>[-rc<rc>]". We still use odd minor numbers for development versions. Now we also use the CCYYMMDD date as the patch number of development versions, thus allowing tests for exact CMake versions.
* ENH: do not put system name into cygwin packageBill Hoffman2008-05-231-1/+9
|
* ENH: make sure Cygwin-Unknown is not the name for the packageBill Hoffman2008-05-201-1/+8
|
* ENH: make it so cmake-gui only installs if qt is static on windowsBill Hoffman2008-02-091-0/+2
|
* ENH: change CPACK_CREATE_DESKTOP_LINKS to something that can handle spaces ↵Bill Hoffman2007-11-071-1/+4
| | | | in the name of the exectuable
* ENH: add CPACK_PROJECT_CONFIG_FILE option to CPackBill Hoffman2007-10-311-0/+3
|
* ENH: cpack changes, remove the escape variable stuff as it is not needed if ↵Bill Hoffman2007-10-311-53/+16
| | | | you provide a config file for cpack
* ENH: fix for cygwin packageBill Hoffman2007-10-301-1/+1
|
* ENH: add ability to set installer icons, links to web pages, nsis code in ↵Bill Hoffman2007-10-291-2/+18
| | | | the icon section of the template, and ability to escape variables correctly
* ENH: add ability to create links on the start menuBill Hoffman2007-10-181-3/+13
|
* ENH: allow for desktop link to be created and fix chop of last char in PATH ↵Bill Hoffman2007-09-181-0/+1
| | | | on uninstall
* ENH: for CVS CMake have cpack use the version date in the name of the packageBill Hoffman2007-09-071-3/+8
|
* ENH: deb generator can now generate deb packagesAlexander Neundorf2007-07-271-1/+2
| | | | | | | | | | -remove the unscriptable commands also from the cpack cmake -use CPACK_PACKAGE_CONTACT in CMakeCPack.cmake, it's used in the nsis and the deb generator -make set_properties() scriptable -use a non-const char array for adding the python modules Alex
* ENH: start trying to cleanup CMakeLists filesKen Martin2007-05-101-0/+85