mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-08 16:50:48 +00:00
Help: Fix CPack module docs on config file for source package
This commit is contained in:
committed by
Brad King
parent
1e26c84b96
commit
f8b7acaf90
@@ -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)``
|
If CMake is run with the Makefile or Ninja generator, then ``include(CPack)``
|
||||||
also generates a target ``package_source``. To build a source package,
|
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``,
|
``cmake --build . --target package_source``, ``make package_source``,
|
||||||
or ``ninja package_source``.
|
or ``ninja package_source``.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user