CPack: accept --trace and --trace-expand

This commit is contained in:
Isaiah Norton
2017-12-09 11:46:58 -05:00
committed by Brad King
parent 9c52b587b6
commit 93bc5848e7
5 changed files with 44 additions and 0 deletions
+6
View File
@@ -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
+4
View File
@@ -0,0 +1,4 @@
cpack_trace
-----------
* :manual:`cpack(1)` gained ``--trace`` and ``--trace-expand`` options.