summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoachim Wuttke (h) <j.wuttke@fz-juelich.de>2020-07-08 11:23:09 (GMT)
committerBrad King <brad.king@kitware.com>2020-07-08 12:36:00 (GMT)
commitf8b7acaf9041f94db00aca6e2cb6b703351b750a (patch)
tree44b4c3bce8f4d972d77f466ae7dc092852bdb447
parent1e26c84b96c0ec6887de2cf5e14061ccb83bdbfe (diff)
downloadCMake-f8b7acaf9041f94db00aca6e2cb6b703351b750a.zip
CMake-f8b7acaf9041f94db00aca6e2cb6b703351b750a.tar.gz
CMake-f8b7acaf9041f94db00aca6e2cb6b703351b750a.tar.bz2
Help: Fix CPack module docs on config file for source package
-rw-r--r--Modules/CPack.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake
index 6234b9d..d0cfc2b 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``.