summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-06-09 13:25:12 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-06-09 13:25:19 (GMT)
commit4d9c42ff6d25d6290a4d1dea9e4953733cc8e018 (patch)
tree637d25b06c8705cc55ede9cc0be0f9001a5688b4 /Help
parent293d89ce0981bdb09065bc412330b672a1fdf598 (diff)
parenta6e1b20bab6ab7566a887d43f50c35c112c62b3d (diff)
downloadCMake-4d9c42ff6d25d6290a4d1dea9e4953733cc8e018.zip
CMake-4d9c42ff6d25d6290a4d1dea9e4953733cc8e018.tar.gz
CMake-4d9c42ff6d25d6290a4d1dea9e4953733cc8e018.tar.bz2
Merge topic 'cpack-extern-update-package-list'
a6e1b20bab CPack External: Introduce `CPACK_EXTERNAL_BUILT_PACKAGES` Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4831
Diffstat (limited to 'Help')
-rw-r--r--Help/cpack_gen/external.rst7
-rw-r--r--Help/release/dev/CPACK_EXTERNAL_BUILT_PACKAGES.rst4
2 files changed, 11 insertions, 0 deletions
diff --git a/Help/cpack_gen/external.rst b/Help/cpack_gen/external.rst
index 406f6be..7ef1071 100644
--- a/Help/cpack_gen/external.rst
+++ b/Help/cpack_gen/external.rst
@@ -281,3 +281,10 @@ Variables specific to CPack External generator
It is invoked after (optional) staging took place and may
run an external packaging tool. The script has access to
the variables defined by the CPack config file.
+
+.. variable:: CPACK_EXTERNAL_BUILT_PACKAGES
+
+ The ``CPACK_EXTERNAL_PACKAGE_SCRIPT`` script may set this list variable to the
+ full paths of generated package files. CPack copy these files from the stage
+ directory back to the top build directory and possibly produce checksum files
+ if the :variable:`CPACK_PACKAGE_CHECKSUM` is set.
diff --git a/Help/release/dev/CPACK_EXTERNAL_BUILT_PACKAGES.rst b/Help/release/dev/CPACK_EXTERNAL_BUILT_PACKAGES.rst
new file mode 100644
index 0000000..af446d2
--- /dev/null
+++ b/Help/release/dev/CPACK_EXTERNAL_BUILT_PACKAGES.rst
@@ -0,0 +1,4 @@
+CPACK_EXTERNAL_BUILT_PACKAGES
+-----------------------------
+
+* :cpack_gen:`CPack External Generator` learned the :variable:`CPACK_EXTERNAL_BUILT_PACKAGES` variable.