diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2020-11-12 11:10:49 (GMT) |
---|---|---|
committer | Erlend E. Aasland <erlend.aasland@innova.no> | 2020-11-12 20:22:53 (GMT) |
commit | 5ab75dd7dd3ef776fee0f7d7fcf2a559b5e415de (patch) | |
tree | d2b92b4b655990aecb879080b9ff564c8bb63b8c /Help/cpack_gen/ifw.rst | |
parent | e23f9d8a023e3657f974d6d4612437ccbc98c7c7 (diff) | |
download | CMake-5ab75dd7dd3ef776fee0f7d7fcf2a559b5e415de.zip CMake-5ab75dd7dd3ef776fee0f7d7fcf2a559b5e415de.tar.gz CMake-5ab75dd7dd3ef776fee0f7d7fcf2a559b5e415de.tar.bz2 |
CPack/IFW: Locate the archivegen utility
Fixes: #21427
Diffstat (limited to 'Help/cpack_gen/ifw.rst')
-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``. |