The current way how the cmake installation steps are done, won't work for Linux distributions which uses a different directory as 'lib' for libraries e.g. Arch Linux.
This pull request removes all hard-coded installation paths and uses instead the GNUInstallDirs provided variables.
Check CMAKE Docu for more information.
The current way how the cmake installation steps are done, won't work for Linux distributions which uses a different directory as 'lib' for libraries e.g. Arch Linux.
This pull request removes all hard-coded installation paths and uses instead the
GNUInstallDirs
provided variables. Check CMAKE Docu for more information.