diff options
author | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2020-02-12 11:37:48 (GMT) |
---|---|---|
committer | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2020-02-12 11:37:48 (GMT) |
commit | c35a9ff9c312db83ac34b64f7eec9a79068a7b05 (patch) | |
tree | 91d6fb1756fb771314060b974cba211e7d36d96a /Modules/CPack.cmake | |
parent | 155540d89eb5ac00fd8ba03a9580de2382af6386 (diff) | |
download | CMake-c35a9ff9c312db83ac34b64f7eec9a79068a7b05.zip CMake-c35a9ff9c312db83ac34b64f7eec9a79068a7b05.tar.gz CMake-c35a9ff9c312db83ac34b64f7eec9a79068a7b05.tar.bz2 |
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.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake index 684edae..65e61da 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 ^^^^^^^^^^^^ |