summaryrefslogtreecommitdiffstats
path: root/Modules/CPackBundle.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CPack: Add support for code signing of bundles on MacOSAndré Klitzing2014-10-281-0/+25
|
* CPack: Replace #<type> markup with reStructuredText equivalentKitware Robot2013-10-161-34/+18
| | | | | | | Drop #end and #module. Convert #section to a subsection header. Convert #variable to the cmake domain "variable" directive. Convert #macro to the cmake domain "command" directive. Perform minor formatting fixes in text near these changes.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-31/+49
| | | | | | | | Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
* Fix layout of the CPack Bundle documentationEric NOULARD2012-02-251-15/+14
| | | | | CPACK_BUNDLE_STARTUP_SCRIPT was in fact CPACK_BUNDLE_STARTUP_COMMAND in the C++ code. The doc has been changed accordingly.
* Add structure documentation for CPack Bundle generatorEric NOULARD2012-02-181-0/+12
|
* Split CPack.cmake in more manageable partsEric NOULARD2011-04-041-0/+37
Put NSIS, Bundle and Component related MACROs in separate files. This does not implies functional changes, concerning the way CPack is used.