Skip to content

Stickybit

Julien Jomier requested to merge jjomier/cmake:stickybit into master

Added way to propagate the stickybit as well as the group permission based on the install directory.

This is done by setting the CMAKE_INSTALL_PROPAGATEPERMISSIONS_DIRECTORY variable:

set(CMAKE_INSTALL_PROPAGATEPERMISSIONS_DIRECTORY "${CMAKE_INSTALL_PREFIX}")

Also added STICKY keyword with the install command.

Merge request reports