Enable codegen grpc plugin

This commit is contained in:
Bart Thomee
2025-07-24 14:59:26 -04:00
parent 0cbd52b939
commit 343be83572
2 changed files with 3 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ yet included in the Conan recipe:
``` ```
# Conan 2.x # Conan 2.x
conan export --version 1.1.10 external/snappy conan export --version 6.30.1 external/protobuf
``` ```
Export our [Conan recipe for Snappy](./external/snappy). Export our [Conan recipe for Snappy](./external/snappy).

View File

@@ -55,7 +55,8 @@ class Xrpl(ConanFile):
'date/*:header_only': True, 'date/*:header_only': True,
'grpc/*:shared': False, 'grpc/*:shared': False,
'grpc/*:secure': True, 'grpc/*:secure': True,
'grpc/*:codegen': False, 'grpc/*:codegen': True,
'grpc/*:cpp_plugin': True,
'grpc/*:csharp_ext': False, 'grpc/*:csharp_ext': False,
'grpc/*:csharp_plugin': False, 'grpc/*:csharp_plugin': False,
'grpc/*:node_plugin': False, 'grpc/*:node_plugin': False,