Open
Description
Currently the install command can only copy files from the build directory to a prefix. As pointed out in #257 it would be helpful to define permissions for the installed executables as well.
For this purpose we could search for the install
program and leverage the built-in permission handling or do the permissions ourselves using chmod
. This will probably be limited to POSIX platforms (Unix and Cygwin).