-
Notifications
You must be signed in to change notification settings - Fork 1.7k
AVRO-4180: [C++] Add pkg-config file #3479
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
Conversation
|
To be synced with the name to be decided in #3477. |
wgtmac
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As #3477 is merged, could you please rebase on it and switch the PR state?
ba81e1b to
125f4d4
Compare
|
Rebased this PR and #3478 |
|
@stephanlachnit There is a new merge conflict ... Please also mark is as ready for review (i.e. non-draft). |
Required for the cmake_path function for generating the pkg-config file.
3dfd993 to
ac74331
Compare
|
@martin-g sorry for the delay, resolved and marked ready now! |
|
Thank you, @stephanlachnit ! |
What is the purpose of the change
This adds a pkg-config file for the C++ version to make it easier to use it with non-CMake build systems. Requires #3478.
Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Documentation