mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Introduces CPACK_DEFAULT_DIRECTORY_INSTALL_PERMISSIONS variable which adds support for functionality introduced by CMAKE_DEFAULT_DIRECTORY_INSTALL_PERMISSIONS variable. Fixes #17333 # Conflicts: # Help/release/dev/cmake-default-dir-install-permissions.rst
12 lines
483 B
ReStructuredText
12 lines
483 B
ReStructuredText
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`.
|