-
Notifications
You must be signed in to change notification settings - Fork 235
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
install *.pc below CMAKE_INSTALL_DATADIR #217
Comments
@anbe42 Thanks for the feeback, I'll prepare a series of pull request to implement this. |
@anbe42 PRs are ready. I do have a couple of questions for you:
Thanks |
@anbe42 We've pushed the various fixes. We also added a .pc file to the C++ headers. please tell me if this looks good to you or if further actions should be taken. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since these headers are architecture independent, please install the pkgconfig file in the architecture independent location below
CMAKE_INSTALL_DATADIR
(effectively/usr/share/pkgconfig/
) like it is already done with the *.cmake files instead of the architecture dependent location belowCMAKE_INSTALL_LIBDIR
(on Debian/amd64/usr/lib/x86_64-linux-gnu/pkgconfig/
)May affect the clhpp headers, too.
The text was updated successfully, but these errors were encountered: