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

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