-
Notifications
You must be signed in to change notification settings - Fork 10.9k
cmake: choose the right protoc executable with gRPC_PROTOBUF_PROVIDER=package #12411
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
cmake: choose the right protoc executable with gRPC_PROTOBUF_PROVIDER=package #12411
Conversation
CC @kskalski @hesmar this should solve the issues pointed out in your PRs and I feel this way is more readable. Sorry for the delay, it took me a while to come up with this PR as it was originally part of a larger effort to improve our CMakeFile.txt and add some tests to continue it keeps working well. The first prerequisite is to finish up #12305 and get it merged (and I have some followup changes on top of it). |
|
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.
LGTM
4dbfe12
to
f5624b9
Compare
|
|
f5624b9
to
9d1d052
Compare
|
|
Will v1.6.1 contain this changes? |
@BusyJay most likely not, it's going to be in v1.7.0 |
tools/cmake
tocmake
directoryFixes #12230
Supersedes PRs #11891 and #11794.