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: adopt CMAKE_INSTALL_<dir> for install locations #93

Merged
merged 1 commit into from
May 23, 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/Thunder#1604
rdkcentral/ThunderInterfaces#347
rdkcentral/ThunderClientLibraries#257
rdkcentral/ThunderNanoServices#789
rdkcentral/ThunderUI#99
WebPlatformForEmbedded/ThunderNanoServicesRDK#301
WebPlatformForEmbedded/ThunderLibraries#39

@pwielders pwielders merged commit 64b72b5 into master May 23, 2024
24 of 28 checks passed
@pwielders pwielders deleted the development/enhance-cmake-install-locations branch May 23, 2024 14:32
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.

2 participants