diff options
author | Brad King <brad.king@kitware.com> | 2017-12-21 13:01:27 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-12-21 13:01:34 (GMT) |
commit | 414843599339259c6525ccc11127d8738cb83578 (patch) | |
tree | 2b83acb33bd7cca003e0742abb1e97f94843c9ab /Modules | |
parent | 3ba57ddf895019b378ef0f20716e40e001d67f90 (diff) | |
parent | 739ae1d090094eea6fc545d4d1567b7db9f9683c (diff) | |
download | CMake-414843599339259c6525ccc11127d8738cb83578.zip CMake-414843599339259c6525ccc11127d8738cb83578.tar.gz CMake-414843599339259c6525ccc11127d8738cb83578.tar.bz2 |
Merge topic 'cpackifw-package-remove-target-dir'
739ae1d0 CPack/IFW: Add option to control deletion of the install directory
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1591
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CPackIFW.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Modules/CPackIFW.cmake b/Modules/CPackIFW.cmake index 05a54a0..54f6133 100644 --- a/Modules/CPackIFW.cmake +++ b/Modules/CPackIFW.cmake @@ -191,6 +191,12 @@ # # By default used QtIFW_ defaults (``maintenancetool``). # +# .. variable:: CPACK_IFW_PACKAGE_REMOVE_TARGET_DIR +# +# Set to ``OFF`` if the target directory should not be deleted when uninstalling. +# +# Is ``ON`` by default +# # .. variable:: CPACK_IFW_PACKAGE_MAINTENANCE_TOOL_INI_FILE # # Filename for the configuration of the generated maintenance tool. |