blitz icon indicating copy to clipboard operation
blitz copied to clipboard

use CMAKE_INSTALL_FULL_<dir>

Open dotlambda opened this issue 2 years ago • 2 comments

See https://github.com/jtojnar/cmake-snips#assuming-cmake_install_dir-is-relative-path.

dotlambda avatar Nov 25 '22 16:11 dotlambda

Thank you! Is there a way to test it on our CI builds? (so that we can show how it fails now, and passes after introducing this change?)

slayoo avatar Nov 27 '22 21:11 slayoo

I think it might be sufficient to set -DCMAKE_INSTALL_LIBDIR to an absolute path and check the resulting pkg-config file.

dotlambda avatar Dec 15 '22 05:12 dotlambda