refactor: 💥 MP_UNITS_USE_LIBFMT renamed to MP_UNITS_USE_FMTLIB

This commit is contained in:
Mateusz Pusz
2024-01-12 14:18:57 +01:00
parent b7bb1c605d
commit cc9947bd8b
9 changed files with 22 additions and 22 deletions

View File

@ -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):