diff options
author | Brad King <brad.king@kitware.com> | 2020-07-09 10:46:33 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-07-09 10:46:41 (GMT) |
commit | 10a5ba8dd8ffe314bbefee5aa8faa920a2a18a80 (patch) | |
tree | cb9a781d0a36cb5e0de3e75b129225a9ae09b86f /Modules/CPack.cmake | |
parent | 6f3a5fef84a96bd118f3268138a62f1ea6f7eb7b (diff) | |
parent | f8b7acaf9041f94db00aca6e2cb6b703351b750a (diff) | |
download | CMake-10a5ba8dd8ffe314bbefee5aa8faa920a2a18a80.zip CMake-10a5ba8dd8ffe314bbefee5aa8faa920a2a18a80.tar.gz CMake-10a5ba8dd8ffe314bbefee5aa8faa920a2a18a80.tar.bz2 |
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.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake index 553b966..670a5e1 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``. |