mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 01:19:31 -05:00
Help: Add Sphinx 'versionadded' directives to each top-level document
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
CPACK_DESKTOP_SHORTCUTS
|
||||
-----------------------
|
||||
|
||||
.. versionadded:: 3.3
|
||||
|
||||
Species a list of shortcut names that should be created on the `Desktop`
|
||||
for this file.
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
CPACK_NEVER_OVERWRITE
|
||||
---------------------
|
||||
|
||||
.. versionadded:: 3.1
|
||||
|
||||
Request that this file not be overwritten on install or reinstall.
|
||||
|
||||
The property is currently only supported by the :cpack_gen:`CPack WIX Generator`.
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
CPACK_PERMANENT
|
||||
---------------
|
||||
|
||||
.. versionadded:: 3.1
|
||||
|
||||
Request that this file not be removed on uninstall.
|
||||
|
||||
The property is currently only supported by the :cpack_gen:`CPack WIX Generator`.
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
CPACK_STARTUP_SHORTCUTS
|
||||
-----------------------
|
||||
|
||||
.. versionadded:: 3.3
|
||||
|
||||
Species a list of shortcut names that should be created in the `Startup` folder
|
||||
for this file.
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
CPACK_START_MENU_SHORTCUTS
|
||||
--------------------------
|
||||
|
||||
.. versionadded:: 3.3
|
||||
|
||||
Species a list of shortcut names that should be created in the `Start Menu`
|
||||
for this file.
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
CPACK_WIX_ACL
|
||||
-------------
|
||||
|
||||
.. versionadded:: 3.1
|
||||
|
||||
Specifies access permissions for files or directories
|
||||
installed by a WiX installer.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user