mbelib install by default in /usr/local/lib, I can make it to go to /usr by using
-DCMAKE_INSTALL_PREFIX=/usr
But I need to park it in /usr/lib64. Normally -DCMAKE_INSTALL_LIBDIR="lib64" should do it, but it gets ignored.
Would it be possible to make this install in /usr/lib64 or at least respect CMAKE_INSTALL_LIBDIR?
Hi,
mbelib install by default in /usr/local/lib, I can make it to go to /usr by using
-DCMAKE_INSTALL_PREFIX=/usr
But I need to park it in /usr/lib64. Normally -DCMAKE_INSTALL_LIBDIR="lib64" should do it, but it gets ignored.Would it be possible to make this install in /usr/lib64 or at least respect CMAKE_INSTALL_LIBDIR?
Thanks!