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

build: Fix pkg-config paths #164

Merged
merged 1 commit into from
Oct 25, 2020
Merged

build: Fix pkg-config paths #164

merged 1 commit into from
Oct 25, 2020

Conversation

jtojnar
Copy link
Contributor

@jtojnar jtojnar commented Oct 22, 2020

It is not generally true that CMAKE_INSTALL_<dir> variables are relative paths:

https://github.com/jtojnar/cmake-snips#concatenating-paths-when-building-pkg-config-files

When they are absolute, it leads to broken paths with duplicated prefix.

It is not generally true that `CMAKE_INSTALL_<dir>` variables are relative paths:

https://github.com/jtojnar/cmake-snips#concatenating-paths-when-building-pkg-config-files

When they are absolute, it leads to broken paths with duplicated prefix.
@PJK
Copy link
Owner

PJK commented Oct 25, 2020

Nice, thanks!

@PJK PJK merged commit eeb6967 into PJK:master Oct 25, 2020
@jtojnar jtojnar deleted the fix-pc branch October 25, 2020 22:52
PJK added a commit that referenced this pull request Oct 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants