Skip to content

Commit 6ce96df

Browse files
bradkingkwrobot
authored andcommitted
Merge topic 'doc-CPack-source-package' into release-3.18
f8b7aca Help: Fix CPack module docs on config file for source package Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4985
2 parents 8adfa16 + f8b7aca commit 6ce96df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CPack.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ one may call ``cmake --build . --target package`` or ``make package`` or
7979
8080
If CMake is run with the Makefile or Ninja generator, then ``include(CPack)``
8181
also generates a target ``package_source``. To build a source package,
82-
instead of ``cpack -G TGZ --config CPackConfig.cmake`` one may call
82+
instead of ``cpack -G TGZ --config CPackSourceConfig.cmake`` one may call
8383
``cmake --build . --target package_source``, ``make package_source``,
8484
or ``ninja package_source``.
8585

0 commit comments

Comments
 (0)