diff options
author | Brad King <brad.king@kitware.com> | 2020-11-13 14:43:44 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-11-13 14:45:33 (GMT) |
commit | c45767071199c327c1d802f804efbb0964b9f3fe (patch) | |
tree | 01e6479cc5e1896aeb6f36897db1913f200ae1fe /Help/cpack_gen | |
parent | 3948d9f0c23ab98c5d9546e889c7c0899a808743 (diff) | |
parent | 5ab75dd7dd3ef776fee0f7d7fcf2a559b5e415de (diff) | |
download | CMake-c45767071199c327c1d802f804efbb0964b9f3fe.zip CMake-c45767071199c327c1d802f804efbb0964b9f3fe.tar.gz CMake-c45767071199c327c1d802f804efbb0964b9f3fe.tar.bz2 |
Merge topic 'qtifw-archivegen'
5ab75dd7dd CPack/IFW: Locate the archivegen utility
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5503
Diffstat (limited to 'Help/cpack_gen')
-rw-r--r-- | Help/cpack_gen/ifw.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/cpack_gen/ifw.rst b/Help/cpack_gen/ifw.rst index 776bb46..5fbbfa2 100644 --- a/Help/cpack_gen/ifw.rst +++ b/Help/cpack_gen/ifw.rst @@ -231,6 +231,10 @@ The following variables provide the locations of the QtIFW command-line tools as discovered by the module :module:`CPackIFW`. These variables are cached, and may be configured if needed. +.. variable:: CPACK_IFW_ARCHIVEGEN_EXECUTABLE + + The path to ``archivegen``. + .. variable:: CPACK_IFW_BINARYCREATOR_EXECUTABLE The path to ``binarycreator``. |