diff options
author | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2020-02-12 12:07:31 (GMT) |
---|---|---|
committer | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2020-02-12 12:22:51 (GMT) |
commit | 72eaeb41f5c0ba7dd4a3a4fa562fcd057fb68332 (patch) | |
tree | 314ea96e90dd0eddf970203d60ebc59c97448b1d /Modules/CPack.cmake | |
parent | c35a9ff9c312db83ac34b64f7eec9a79068a7b05 (diff) | |
download | CMake-72eaeb41f5c0ba7dd4a3a4fa562fcd057fb68332.zip CMake-72eaeb41f5c0ba7dd4a3a4fa562fcd057fb68332.tar.gz CMake-72eaeb41f5c0ba7dd4a3a4fa562fcd057fb68332.tar.bz2 |
Help: module CPack: correction: 2 config files are generated, not just 1
Besides CPackConfig.cmake, the module also generates CPackSourceConfig.cmake.
Diffstat (limited to 'Modules/CPack.cmake')
-rw-r--r-- | Modules/CPack.cmake | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake index 65e61da..84493f6 100644 --- a/Modules/CPack.cmake +++ b/Modules/CPack.cmake @@ -10,9 +10,10 @@ Configure the binary and source package installers. Introduction ^^^^^^^^^^^^ -The CPack module generates a file ``CPackConfig.cmake`` intended for -use in a subsequent run of the :manual:`cpack <cpack(1)>` program -where it steers the generation of installers or/and source packages. +The CPack module generates the configuration files ``CPackConfig.cmake`` +and ``CPackSourceConfig.cmake``. They are intended for use in a subsequent +run of the :manual:`cpack <cpack(1)>` program where they steer the generation +of installers or/and source packages. Inclusion of the CPack module adds two new build targets, ``package`` and ``package_source``, which build the binary and source installers |