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

Add C compiler argument for grpc dependence #462

Merged
merged 1 commit into from
May 7, 2022

Conversation

arturo-salinas
Copy link
Contributor

If an old C compiler is installed and is marked as default; the grpc dependence will use this compiler to create implicit libraries that will fail during linking. To avoid this situation the correct C compiler can be selected using arguments when executing cmake command. With this fix; the C compiler that is input as argument will be propagated to the grpc dependence and the fault will not happen.

@rizsotto rizsotto merged commit bbd3754 into rizsotto:master May 7, 2022
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

Successfully merging this pull request may close these issues.

3 participants