Simplify protobuf generation

This commit is contained in:
John Freeman
2024-03-22 09:15:08 -05:00
committed by tequ
parent 3bf1229b42
commit 13ea38bcbb
7 changed files with 114 additions and 113 deletions

View File

@@ -40,6 +40,10 @@ class Xrpl(ConanFile):
'wasmedge/0.11.2',
]
tool_requires = [
'protobuf/3.21.9',
]
default_options = {
'assertions': False,
'coverage': False,