summaryrefslogtreecommitdiff
path: root/Modules/CPack.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-07-09 10:46:33 +0000
committerKitware Robot <kwrobot@kitware.com>2020-07-09 06:46:41 -0400
commit10a5ba8dd8ffe314bbefee5aa8faa920a2a18a80 (patch)
treecb9a781d0a36cb5e0de3e75b129225a9ae09b86f /Modules/CPack.cmake
parent6f3a5fef84a96bd118f3268138a62f1ea6f7eb7b (diff)
parentf8b7acaf9041f94db00aca6e2cb6b703351b750a (diff)
downloadcmake-10a5ba8dd8ffe314bbefee5aa8faa920a2a18a80.tar.gz
Merge topic 'doc-CPack-source-package'
f8b7acaf90 Help: Fix CPack module docs on config file for source package Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4985
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 553b966d9b..670a5e1b85 100644
--- a/Modules/CPack.cmake
+++ b/Modules/CPack.cmake
@@ -79,7 +79,7 @@ one may call ``cmake --build . --target package`` or ``make package`` or
If CMake is run with the Makefile or Ninja generator, then ``include(CPack)``
also generates a target ``package_source``. To build a source package,
-instead of ``cpack -G TGZ --config CPackConfig.cmake`` one may call
+instead of ``cpack -G TGZ --config CPackSourceConfig.cmake`` one may call
``cmake --build . --target package_source``, ``make package_source``,
or ``ninja package_source``.