libccd icon indicating copy to clipboard operation
libccd copied to clipboard

Fix pkgconfig file with absolute CMAKE_INSTALL_*DIR

Open lopsided98 opened this issue 4 years ago • 0 comments

The CMAKE_INSTALL_*DIR variables are allowed to be absolute paths, but the pkgconfig file template assumes they are relative. This is a common problem, and the fix is described here: https://github.com/jtojnar/cmake-snips#concatenating-paths-when-building-pkg-config-files

lopsided98 avatar May 30 '21 15:05 lopsided98