We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136379b commit c312c77Copy full SHA for c312c77
conanfile.py
@@ -71,17 +71,9 @@ class UserverConan(ConanFile):
71
'with_grpc_protovalidate': False,
72
'with_phdr_cache': True,
73
'mongo-c-driver/*:with_sasl': 'cyrus',
74
- 'grpc/*:php_plugin': False,
75
- 'grpc/*:node_plugin': False,
76
- 'grpc/*:ruby_plugin': False,
77
- 'grpc/*:csharp_plugin': False,
78
- 'grpc/*:objective_c_plugin': False,
79
'hiredis/*:with_ssl': True,
80
'librdkafka/*:ssl': True,
81
- 'librdkafka/*:curl': True,
82
'librdkafka/*:sasl': True,
83
- 'librdkafka/*:zlib': True,
84
- 'librdkafka/*:zstd': True,
85
're2/*:with_icu': True,
86
}
87
0 commit comments