From f8b7acaf9041f94db00aca6e2cb6b703351b750a Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" Date: Wed, 8 Jul 2020 13:23:09 +0200 Subject: Help: Fix CPack module docs on config file for source package --- Modules/CPack.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/CPack.cmake') diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake index 6234b9dc34..d0cfc2b18a 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``. -- cgit v1.2.1