summaryrefslogtreecommitdiff
path: root/share/cmake-3.5/Help/variable/CPACK_INSTALL_SCRIPT.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.5/Help/variable/CPACK_INSTALL_SCRIPT.rst')
-rwxr-xr-xshare/cmake-3.5/Help/variable/CPACK_INSTALL_SCRIPT.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/cmake-3.5/Help/variable/CPACK_INSTALL_SCRIPT.rst b/share/cmake-3.5/Help/variable/CPACK_INSTALL_SCRIPT.rst
new file mode 100755
index 0000000..12a48a4
--- /dev/null
+++ b/share/cmake-3.5/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``.