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

Relocate cmake and pkgconfig files to an arch-independent path #635

Merged
merged 2 commits into from
Aug 23, 2021

Conversation

j-rivero
Copy link
Contributor

When packaging the software for Debian, we found that cmake and pkg-config files are being installed under an arch-dependent path (/usr/lib/<arch>) using CMAKE_INSTALL_LIBDIR. Since the library is header only, we can install them in an arch-independent path using CMAKE_INSTALL_DATADIR.

j-rivero and others added 2 commits August 13, 2021 12:28
Use CMAKE_INSTALL_DATADIR instead of CMAKE_INSTALL_LIBDIR for
installing the pkgconfig and cmake files.

Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
@henryiii henryiii merged commit d17016e into CLIUtils:master Aug 23, 2021
@github-actions github-actions bot added needs changelog Hasn't been added to the changelog yet needs README Needs to be mentioned in the README labels Aug 23, 2021
@henryiii henryiii removed the needs README Needs to be mentioned in the README label Sep 20, 2021
@henryiii henryiii removed the needs changelog Hasn't been added to the changelog yet label Sep 29, 2021
phlptp pushed a commit that referenced this pull request Mar 11, 2024
Originally setup at #635 but
reverted in #916 without any
specific reason that I can find.
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