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

Distributions should use cmake to find protobuf and pin a version #3

Open
tdhopper opened this issue May 8, 2015 · 1 comment
Open

Comments

@tdhopper
Copy link
Member

tdhopper commented May 8, 2015

Protobuf fusses if the version of the headers being used don't match the version that was used to create schema files. We should (a) use CMAKE find_package to find the system cmake and (b) verify/pin the version.

@tdhopper
Copy link
Member Author

tdhopper commented May 8, 2015

We use find_package(protobuf) here, but we don't have a FindProtobuf.cmake file, so this statement is probably meaningless. Maybe. I don't always understand cmake. Maybe this would work for us? http://www.cmake.org/cmake/help/v3.0/module/FindProtobuf.html

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

No branches or pull requests

1 participant