We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MP_UNITS_API_NO_CRTP
test_package
1 parent 05c5ca5 commit cef720cCopy full SHA for cef720c
test_package/conanfile.py
@@ -55,7 +55,6 @@ def generate(self):
55
tc.cache_variables["MP_UNITS_API_FREESTANDING"] = True
56
else:
57
tc.cache_variables["MP_UNITS_API_STD_FORMAT"] = opt.std_format
58
- tc.cache_variables["MP_UNITS_API_NO_CRTP"] = opt.no_crtp
59
tc.cache_variables["MP_UNITS_API_CONTRACTS"] = str(opt.contracts).upper()
60
tc.generate()
61
0 commit comments