summaryrefslogtreecommitdiff
path: root/Help/variable/CPACK_INSTALL_SCRIPT.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/variable/CPACK_INSTALL_SCRIPT.rst')
-rw-r--r--Help/variable/CPACK_INSTALL_SCRIPT.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/variable/CPACK_INSTALL_SCRIPT.rst b/Help/variable/CPACK_INSTALL_SCRIPT.rst
new file mode 100644
index 000000000..12a48a40d
--- /dev/null
+++ b/Help/variable/CPACK_INSTALL_SCRIPT.rst
@@ -0,0 +1,8 @@
+CPACK_INSTALL_SCRIPT
+--------------------
+
+Extra CMake script provided by the user.
+
+If set this CMake script will be executed by CPack during its local
+[CPack-private] installation which is done right before packaging the
+files. The script is not called by e.g.: ``make install``.