Skip to content

CMake: install the libraries in prefix/lib - #166

Closed
robUx4 wants to merge 1 commit into
AcademySoftwareFoundation:mainfrom
robUx4:prefix-lib
Closed

CMake: install the libraries in prefix/lib#166
robUx4 wants to merge 1 commit into
AcademySoftwareFoundation:mainfrom
robUx4:prefix-lib

Conversation

@robUx4

@robUx4 robUx4 commented Nov 6, 2025

Copy link
Copy Markdown
Contributor

Libraries are usually not installed in prefix/lib/somename.

This matches what the .pc file is saying about the library location:

@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@

Libraries are usually not installed in prefix/lib/somename.
This matches what the .pc file is saying about the library location:
> @CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@

Signed-off-by: Steve Lhomme <slhomme@matroska.org>
@kpchoi

kpchoi commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Thank you for the fix. Rebased onto current main in #243 with your commit authorship preserved, plus a small follow-up cleaning up the stale Libs.private path in the .pc file. Closing in favor of it.

@kpchoi kpchoi closed this Aug 7, 2026
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