mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 20:34:26 +02:00
fix: obsolete UNITS_DOWNCAST_MODE
removed fron conanfile
This commit is contained in:
@@ -152,7 +152,6 @@ class MPUnitsConan(ConanFile):
|
|||||||
|
|
||||||
def generate(self):
|
def generate(self):
|
||||||
tc = CMakeToolchain(self)
|
tc = CMakeToolchain(self)
|
||||||
tc.variables["UNITS_DOWNCAST_MODE"] = str(self.options.downcast_mode).upper()
|
|
||||||
tc.variables["UNITS_BUILD_DOCS"] = self._build_all and not self._skip_docs
|
tc.variables["UNITS_BUILD_DOCS"] = self._build_all and not self._skip_docs
|
||||||
tc.variables["UNITS_USE_LIBFMT"] = self._use_libfmt
|
tc.variables["UNITS_USE_LIBFMT"] = self._use_libfmt
|
||||||
tc.generate()
|
tc.generate()
|
||||||
|
Reference in New Issue
Block a user