mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 21:24:27 +02:00
build: build_context_activated
no longer needed for doxygen
This commit is contained in:
@@ -150,8 +150,6 @@ class MPUnitsConan(ConanFile):
|
|||||||
tc.variables["UNITS_USE_LIBFMT"] = self._use_libfmt
|
tc.variables["UNITS_USE_LIBFMT"] = self._use_libfmt
|
||||||
tc.generate()
|
tc.generate()
|
||||||
deps = CMakeDeps(self)
|
deps = CMakeDeps(self)
|
||||||
if self._build_all and not self._skip_docs:
|
|
||||||
deps.build_context_activated = ["doxygen"]
|
|
||||||
deps.generate()
|
deps.generate()
|
||||||
|
|
||||||
def build(self):
|
def build(self):
|
||||||
|
Reference in New Issue
Block a user