szechyjs / mbelib

P25 Phase 1 and ProVoice vocoder
Other
280 stars 116 forks source link

Installing in /usr/lib64 #19

Closed NuxRo closed 6 years ago

NuxRo commented 6 years ago

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!