From c35a9ff9c312db83ac34b64f7eec9a79068a7b05 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" Date: Wed, 12 Feb 2020 12:37:48 +0100 Subject: Help: CPack module: Correct the summary (configure, not build) Including CPack does not "build" installers. It just *configures* them. --- Modules/CPack.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ^^^^^^^^^^^^ -- cgit v0.12