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

Development/enhance cmake install locations #1604

Merged
merged 4 commits into from
May 21, 2024

Conversation

bramoosterhuis
Copy link
Contributor

@bramoosterhuis bramoosterhuis commented May 18, 2024

When playing around with a multilib environment, I noticed that if our libs are built 64bit, those libs end up in (/usr/lib) aka /usr/lib32. This is caused because we hardcode all the install locations. Let us leverage the use of GNUInstallDirs to dynamically install binaries to the default install locations set by build systems and package generators.

This PR is part of a series of PR's
rdkcentral/ThunderTools#93
rdkcentral/ThunderInterfaces#347
rdkcentral/ThunderClientLibraries#257
rdkcentral/ThunderNanoServices#789
rdkcentral/ThunderUI#99
WebPlatformForEmbedded/ThunderNanoServicesRDK#301
WebPlatformForEmbedded/ThunderLibraries#39

Copy link

github-actions bot commented May 18, 2024

PR Preview Action v1.1.1-25-g59e77e4
🛬 Preview removed because the pull request was closed.
2024-05-21 15:27 UTC

@pwielders pwielders merged commit 63876be into master May 21, 2024
39 checks passed
@pwielders pwielders deleted the development/enhance-cmake-install-locations branch May 21, 2024 15:03
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.

3 participants