mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Added support for QT IFW "RemoveTargetDir" boolean option. QTIFW supports an option to prevent, or not, deletion of the installation directory. This is a direct pass-through to that variable.
7 lines
251 B
ReStructuredText
7 lines
251 B
ReStructuredText
cpackifw-package-remove-target-dir
|
|
----------------------------------
|
|
|
|
* The :module:`CPackIFW` module gained new
|
|
:variable:`CPACK_IFW_PACKAGE_REMOVE_TARGET_DIR` variable to control
|
|
if the target directory should not be deleted when uninstalling.
|