blitzpp / blitz

Blitz++ Multi-Dimensional Array Library for C++
https://github.com/blitzpp/blitz/wiki
Other
402 stars 83 forks source link

use CMAKE_INSTALL_FULL_<dir> #180

Open dotlambda opened 1 year ago

dotlambda commented 1 year ago

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

slayoo commented 1 year ago

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?)

dotlambda commented 1 year ago

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