Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: use GNUInstallDirs to setup the install paths
GNUInstallDirs provides variables for the bin/, lib64/, etc. paths. Use the CMAKE_INSTALL_LIBDIR that is provided by GNUInstallDirs rather than calculating our own value.
- Loading branch information