New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support installing into /usr/lib64 #8
Comments
|
The installed cmake files would need to go there as well. Also, the convention on Fedora at least is to use /usr/lib{,64}/cmake instead of /usr/lib/CMake. |
|
Sorry for the late reply (didn't see the notification). |
|
You have a couple options - you can make use of the GNUInstallDirs cmake module or you could accept something like a -DLIB_SUFFIX=64 option and set it empty by default. |
|
#29 allows passing a custom libdir |
On Fedora, 64-libraries need to get installed into /usr/lib64.
The text was updated successfully, but these errors were encountered: