https://github.com/Kitware/CMake
Raw File
Tip revision: 6fb747a01c27a2226fe4cbf77bc19e6d21286f81 authored by Brad King on 30 September 2019, 19:30:00 UTC
CMake 3.15.4
Tip revision: 6fb747a
CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS.rst
CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS
-------------------------------------------

Default permissions for implicitly created directories during packaging.

This variable serves the same purpose during packaging as the
:variable:`CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS` variable
serves during installation (e.g. ``make install``).

If `include(CPack)` is used then by default this variable is set to the content
of :variable:`CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS`.
back to top