mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
14 lines
507 B
ReStructuredText
14 lines
507 B
ReStructuredText
CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS
|
|
-------------------------------------------
|
|
|
|
.. versionadded:: 3.11
|
|
|
|
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`.
|