mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-31 19:04:27 +02:00
style: pre-commit styling
This commit is contained in:
@@ -245,9 +245,9 @@ class MPUnitsConan(ConanFile):
|
||||
tc.cache_variables["MP_UNITS_API_FREESTANDING"] = True
|
||||
else:
|
||||
tc.cache_variables["MP_UNITS_API_STD_FORMAT"] = self.options.std_format
|
||||
tc.cache_variables["MP_UNITS_API_STRING_VIEW_RET"] = (
|
||||
self.options.string_view_ret
|
||||
)
|
||||
tc.cache_variables[
|
||||
"MP_UNITS_API_STRING_VIEW_RET"
|
||||
] = self.options.string_view_ret
|
||||
tc.cache_variables["MP_UNITS_API_NO_CRTP"] = self.options.no_crtp
|
||||
tc.cache_variables["MP_UNITS_API_CONTRACTS"] = str(
|
||||
self.options.contracts
|
||||
|
Reference in New Issue
Block a user