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

cmake: Use GNUInstallDirs to install files to the correct paths #222

Merged

Conversation

Conan-Kudo
Copy link
Contributor

On most Linux distributions (excluding the Debian family), 64-bit stuff goes into lib64, while 32-bit stuff goes into lib or lib32. The Debian family has their own special setup as well.

This change makes it so we install correctly regardless of FHS setup is used.

On most Linux distributions (excluding the Debian family), 64-bit
stuff goes into lib64, while 32-bit stuff goes into lib or lib32.
The Debian family has their own special setup as well.

This change makes it so we install correctly regardless of FHS
setup is used.
Copy link
Owner

@paullouisageneau paullouisageneau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, that's handy.

@paullouisageneau paullouisageneau merged commit cfc8d5d into paullouisageneau:master Sep 10, 2023
3 checks passed
@Conan-Kudo Conan-Kudo deleted the use-gnuinstalldirs branch September 10, 2023 18:22
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

Successfully merging this pull request may close these issues.

None yet

2 participants