xtl icon indicating copy to clipboard operation
xtl copied to clipboard

Installation place of cmake and pkgconfig files

Open papadop opened this issue 2 years ago • 0 comments

The base directory for cmake and pkgconfig files is CMAKE_INSTALL_DATAROOTDIR which is set by default to /usr/share on linux. The documentation says that it is better to use GNUInstallDirs instead. Indeed, with the current cmake, cmake and pkgconfig files end up in /usr/share/{cmake,pkconfig} whereas they should end up in /usr/lib64/{cmake,pkconfig} instead (lib64 or lib may depend on the linux distribution).

papadop avatar Jul 15 '21 13:07 papadop