mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Merge topic 'qtifw-archivegen'
5ab75dd7dd CPack/IFW: Locate the archivegen utility
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5503
This commit is contained in:
@@ -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``.
|
||||
|
||||
@@ -437,6 +437,16 @@ find_program(CPACK_IFW_DEVTOOL_EXECUTABLE
|
||||
)
|
||||
mark_as_advanced(CPACK_IFW_DEVTOOL_EXECUTABLE)
|
||||
|
||||
# Look for 'archivegen'
|
||||
|
||||
find_program(CPACK_IFW_ARCHIVEGEN_EXECUTABLE
|
||||
NAMES archivegen
|
||||
PATHS ${_CPACK_IFW_PATHS}
|
||||
PATH_SUFFIXES ${_CPACK_IFW_SUFFIXES}
|
||||
DOC "QtIFW archivegen command line client"
|
||||
)
|
||||
mark_as_advanced(CPACK_IFW_ARCHIVEGEN_EXECUTABLE)
|
||||
|
||||
#
|
||||
## Next code is included only once
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user