Closed bbhtt closed 4 months ago
Fixes 8c036e00630e35423c03388aacc06cd00dda74ea
It is being set to $prefix/lib but CMAKE_INSTALL_LIBDIR is not an absolute path by convention 1:
$prefix/lib
It should be a path relative to the installation prefix
When it is set to /app/lib, it is causing issues in applications 2
/app/lib
Fixes 8c036e00630e35423c03388aacc06cd00dda74ea
It is being set to
$prefix/lib
but CMAKE_INSTALL_LIBDIR is not an absolute path by convention 1:When it is set to
/app/lib
, it is causing issues in applications 2