summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-09-07 13:44:07 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-09-07 13:44:16 (GMT)
commit69947f4984e4d79529a09e7f3a641d83ef7d99e4 (patch)
tree0628686d88468b1c0995718c637b2ed73412efc4 /Help
parent0dc1e0a20c157c1b5df7ab3973fc4dba90cf6531 (diff)
parentcc3cd8bc2a7510db9eaee5a160c80e338273af57 (diff)
downloadCMake-69947f4984e4d79529a09e7f3a641d83ef7d99e4.zip
CMake-69947f4984e4d79529a09e7f3a641d83ef7d99e4.tar.gz
CMake-69947f4984e4d79529a09e7f3a641d83ef7d99e4.tar.bz2
Merge topic 'cpack-archive-custom-extension'
cc3cd8bc2a CPack: allow custom file extension in archive generator Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7563
Diffstat (limited to 'Help')
-rw-r--r--Help/cpack_gen/archive.rst6
-rw-r--r--Help/release/dev/cpack-archive-custom-extension.rst6
2 files changed, 12 insertions, 0 deletions
diff --git a/Help/cpack_gen/archive.rst b/Help/cpack_gen/archive.rst
index a77b615..9df3cc4 100644
--- a/Help/cpack_gen/archive.rst
+++ b/Help/cpack_gen/archive.rst
@@ -57,6 +57,12 @@ Variables specific to CPack Archive generator
.. versionadded:: 3.9
Per-component ``CPACK_ARCHIVE_<component>_FILE_NAME`` variables.
+.. variable:: CPACK_ARCHIVE_FILE_EXTENSION
+
+ .. versionadded:: 3.25
+
+ Package file extension. Default values are given in the list above.
+
.. variable:: CPACK_ARCHIVE_COMPONENT_INSTALL
Enable component packaging. If enabled (ON), then the archive generator
diff --git a/Help/release/dev/cpack-archive-custom-extension.rst b/Help/release/dev/cpack-archive-custom-extension.rst
new file mode 100644
index 0000000..38ad36f
--- /dev/null
+++ b/Help/release/dev/cpack-archive-custom-extension.rst
@@ -0,0 +1,6 @@
+cpack-archive-custom-extension
+------------------------------
+
+* The :cpack_gen:`CPack Archive Generator` gained a new
+ :variable:`CPACK_ARCHIVE_FILE_EXTENSION` variable to control
+ the package file name extension.