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

Handle absolute include and lib paths in cmake #531

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

marcin-serwin
Copy link
Contributor

If the CMAKE_INSTALL_INCLUDEDIR or CMAKE_INSTALL_LIBDIR are absolute it will result in a broken paths in the resulting .pc file.

This patch is based on the libsdl-org/SDL#10826 PR from the SDL repo which solves identical issue.

@slouken
Copy link
Collaborator

slouken commented Mar 3, 2025

@madebr, can you commit and merge to the appropriate branches and other satellite libraries?

@slouken slouken merged commit 4fc7410 into libsdl-org:main Mar 3, 2025
5 checks passed
@madebr
Copy link
Contributor

madebr commented Mar 7, 2025

@madebr, can you commit and merge to the appropriate branches and other satellite libraries?

Done :)

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