blob: 01fb189ffd89a22018f6393c73f2a69023dd481f [file] [log] [blame]
Ryan Prichardf6283ab2022-01-13 17:30:19 -08001CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS
2-------------------------------------------
3
4.. versionadded:: 3.11
5
6Default permissions for implicitly created directories during packaging.
7
8This variable serves the same purpose during packaging as the
9:variable:`CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS` variable
10serves during installation (e.g. ``make install``).
11
12If `include(CPack)` is used then by default this variable is set to the content
13of :variable:`CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS`.