mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 20:34:26 +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.generate()
|
||||
deps = CMakeDeps(self)
|
||||
if self._build_all and not self._skip_docs:
|
||||
deps.build_context_activated = ["doxygen"]
|
||||
deps.generate()
|
||||
|
||||
def build(self):
|
||||
|
Reference in New Issue
Block a user