mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 02:17:16 +02:00
refactor: 💥 MP_UNITS_USE_LIBFMT
renamed to MP_UNITS_USE_FMTLIB
This commit is contained in:
@ -47,7 +47,7 @@ class TestPackageConan(ConanFile):
|
||||
|
||||
def generate(self):
|
||||
tc = CMakeToolchain(self)
|
||||
tc.variables["MP_UNITS_USE_LIBFMT"] = self._use_libfmt
|
||||
tc.variables["MP_UNITS_USE_FMTLIB"] = self._use_libfmt
|
||||
tc.generate()
|
||||
|
||||
def build(self):
|
||||
|
Reference in New Issue
Block a user