Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: Set default module location from CMAKE_INSTALL_LIBDIR
Derive the location where to install platform modules from the CMAKE_INSTALL_LIBDIR variable (instead of CMAKE_INSTALL_PREFIX), instead of assuming that the directory is always called "lib/" inside the prefix. This provides a saner default for distributors which use other kinds of locations, like multilib/multiarch systems.
- Loading branch information