mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Merge topic 'cpack-properties'
d0b1d2a6CPackWiX: Implement CPACK_NEVER_OVERWRITE and CPACK_PERMANENT properties15a8af21Add an "installed file" property scope
This commit is contained in:
@@ -376,10 +376,10 @@ documentation:
|
||||
See the :manual:`cmake-policies(7)` manual
|
||||
and the :command:`cmake_policy` command.
|
||||
|
||||
``prop_cache, prop_dir, prop_gbl, prop_sf, prop_test, prop_tgt``
|
||||
A CMake cache, directory, global, source file, test, or target
|
||||
property, respectively. See the :manual:`cmake-properties(7)` manual
|
||||
and the :command:`set_property` command.
|
||||
``prop_cache, prop_dir, prop_gbl, prop_sf, prop_inst, prop_test, prop_tgt``
|
||||
A CMake cache, directory, global, source file, installed file, test,
|
||||
or target property, respectively. See the :manual:`cmake-properties(7)`
|
||||
manual and the :command:`set_property` command.
|
||||
|
||||
``variable``
|
||||
A CMake language variable.
|
||||
|
||||
@@ -308,3 +308,12 @@ Properties on Cache Entries
|
||||
/prop_cache/STRINGS
|
||||
/prop_cache/TYPE
|
||||
/prop_cache/VALUE
|
||||
|
||||
Properties on Installed Files
|
||||
=============================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
/prop_inst/CPACK_NEVER_OVERWRITE.rst
|
||||
/prop_inst/CPACK_PERMANENT.rst
|
||||
|
||||
6
Help/prop_inst/CPACK_NEVER_OVERWRITE.rst
Normal file
6
Help/prop_inst/CPACK_NEVER_OVERWRITE.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
CPACK_NEVER_OVERWRITE
|
||||
---------------------
|
||||
|
||||
Request that this file not be overwritten on install or reinstall.
|
||||
|
||||
The property is currently only supported by the WIX generator.
|
||||
6
Help/prop_inst/CPACK_PERMANENT.rst
Normal file
6
Help/prop_inst/CPACK_PERMANENT.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
CPACK_PERMANENT
|
||||
---------------
|
||||
|
||||
Request that this file not be removed on uninstall.
|
||||
|
||||
The property is currently only supported by the WIX generator.
|
||||
Reference in New Issue
Block a user