You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
483 B
12 lines
483 B
7 years ago
|
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`.
|