mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/grpc: remove BUILD_CSHARP_EXT option
the CSharp Extension was removed in grcp 1.47.0 [0] and the option in the CMakeLists was dropped in 1.58.0 [1], which means that it is no longer relevant since Buildroot commit91d1207de0, which bumped grpc from 1.51.1 to 1.66.1. So remove this option for host-grpc as well. Fixes: CMake Warning: Manually-specified variables were not used by the project: gRPC_BUILD_CSHARP_EXT [0] https://github.com/grpc/grpc/releases/tag/v1.47.0 [1]3a2bd221efSigned-off-by: Michael Nosthoff <buildroot@heine.tech> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commite513d6a5fd) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
9d38383aef
commit
e81d65de87
@@ -75,7 +75,6 @@ HOST_GRPC_CONF_OPTS = \
|
||||
-DgRPC_SSL_PROVIDER=none \
|
||||
-DgRPC_ZLIB_PROVIDER=none \
|
||||
-DgRPC_BUILD_CODEGEN=OFF \
|
||||
-DgRPC_BUILD_CSHARP_EXT=OFF \
|
||||
-DgRPC_BUILD_PLUGIN_SUPPORT_ONLY=ON \
|
||||
-DgRPC_BUILD_GRPC_CSHARP_PLUGIN=OFF \
|
||||
-DgRPC_BUILD_GRPC_NODE_PLUGIN=OFF \
|
||||
|
||||
Reference in New Issue
Block a user