We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1571b8 commit 136379bCopy full SHA for 136379b
conanfile.py
@@ -46,7 +46,7 @@ class UserverConan(ConanFile):
46
'with_s3api': [True, False],
47
'with_grpc_reflection': [True, False],
48
'with_grpc_protovalidate': [True, False],
49
- 'with_phdr_cache': [True, Fals],
+ 'with_phdr_cache': [True, False],
50
}
51
52
default_options = {
0 commit comments