You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The macOS build instructions do not mention/link to how to install the gRPC dependencies.
The "default" CMake command should also include -DBOND_ENABLE_GRPC=FALSE to make getting a successful build more likely.
The text was updated successfully, but these errors were encountered:
Also, lay out the CMake commands following the template that `cmake
--help` documents: `cmake [options] <path-to-source>`
Partial fix for microsoft#535
The macOS build instructions do not mention/link to how to install the gRPC dependencies.
The "default" CMake command should also include
-DBOND_ENABLE_GRPC=FALSE
to make getting a successful build more likely.The text was updated successfully, but these errors were encountered: