mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 21:24:27 +02:00
build: enable CMake configuration files generation for doxygen in a new Conan version
This commit is contained in:
@@ -157,6 +157,8 @@ 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