Skip to content

[cmake][bugfix] Use install(PROGRAMS...) signature to install executable scripts

Dominic Kempf requested to merge feature/install-scripts-executable into master

CMake does not preserve file permissions when installing files. In order to get executable scripts installed, the install(PROGRAMS...) signature needs to be used instead of install(FILES...).

Merge request reports