You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cmake files, /lib folder is hardcoded. /lib${LIB_SUFFIX} should probably be used instead.
Otherwise, building and installing on a 64-bit Linux distro, will end-up with all installed in /usr/lib instead of /usr/lib64.
The text was updated successfully, but these errors were encountered:
In cmake files,
/lib
folder is hardcoded./lib${LIB_SUFFIX}
should probably be used instead.Otherwise, building and installing on a 64-bit Linux distro, will end-up with all installed in
/usr/lib
instead of/usr/lib64
.The text was updated successfully, but these errors were encountered: