diff options
Diffstat (limited to 'Help/variable/CPACK_INSTALL_SCRIPT.rst')
-rw-r--r-- | Help/variable/CPACK_INSTALL_SCRIPT.rst | 8 |
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 0000000..59b8cd7 --- /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. |