CMake/CPack default implicitly created dir install permissions
MR adds the possibility to set directory permissions for implicitly created directories during install and packaging stages.
It only affects implicitly created directories and not directories that are created by install(DIRECTORY)
command.
MR is dependent on utils/kwsys!63 (merged) so it can not be merged atm so in the meantime people can give feedback regarding the approach/variable names/documentation...
Edited by Domen Vrankar