Skip to content
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

Closed
opoplawski opened this issue Feb 26, 2015 · 5 comments
Closed

Support installing into /usr/lib64 #8

opoplawski opened this issue Feb 26, 2015 · 5 comments

Comments

@opoplawski
Copy link
Contributor

On Fedora, 64-libraries need to get installed into /usr/lib64.

@opoplawski
Copy link
Contributor Author

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.

@floitsch
Copy link
Collaborator

floitsch commented Apr 8, 2015

Sorry for the late reply (didn't see the notification).
Is there an easy way to make this happen, while still keeping compatibility with other distributions?

@opoplawski
Copy link
Contributor Author

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.

@heirecka
Copy link
Contributor

heirecka commented Jun 6, 2016

#29 allows passing a custom libdir

@floitschG
Copy link
Contributor

Fixed with a1ee96d.
Sorry for the lack of response, and thanks again to @heirecka.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants