mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
CPack: accept --trace and --trace-expand
This commit is contained in:
@@ -62,6 +62,12 @@ Options
|
||||
|
||||
Run cpack with debug output (for CPack developers).
|
||||
|
||||
``--trace``
|
||||
Put underlying cmake scripts in trace mode.
|
||||
|
||||
``--trace-expand``
|
||||
Put underlying cmake scripts in expanded trace mode.
|
||||
|
||||
``-P <package name>``
|
||||
override/define CPACK_PACKAGE_NAME
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
cpack_trace
|
||||
-----------
|
||||
|
||||
* :manual:`cpack(1)` gained ``--trace`` and ``--trace-expand`` options.
|
||||
Reference in New Issue
Block a user