summaryrefslogtreecommitdiff
path: root/Modules/CPack.cmake
diff options
context:
space:
mode:
authorJoachim Wuttke (o) <j.wuttke@fz-juelich.de>2020-02-12 12:37:48 +0100
committerJoachim Wuttke (o) <j.wuttke@fz-juelich.de>2020-02-12 12:37:48 +0100
commitc35a9ff9c312db83ac34b64f7eec9a79068a7b05 (patch)
tree91d6fb1756fb771314060b974cba211e7d36d96a /Modules/CPack.cmake
parent155540d89eb5ac00fd8ba03a9580de2382af6386 (diff)
downloadcmake-c35a9ff9c312db83ac34b64f7eec9a79068a7b05.tar.gz
Help: CPack module: Correct the summary (configure, not build)
Including CPack does not "build" installers. It just *configures* them.
Diffstat (limited to 'Modules/CPack.cmake')
-rw-r--r--Modules/CPack.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake
index 684edae4bd..65e61da4eb 100644
--- a/Modules/CPack.cmake
+++ b/Modules/CPack.cmake
@@ -5,7 +5,7 @@
CPack
-----
-Build binary and source package installers.
+Configure the binary and source package installers.
Introduction
^^^^^^^^^^^^