mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-02 20:04:27 +02:00
build: Removal of build_docs disabled for now
This commit is contained in:
@@ -95,10 +95,11 @@ class UnitsConan(ConanFile):
|
|||||||
if compiler.get_safe("cppstd"):
|
if compiler.get_safe("cppstd"):
|
||||||
check_min_cppstd(self, "20")
|
check_min_cppstd(self, "20")
|
||||||
|
|
||||||
def config_options(self):
|
# TODO Uncomment this when environment is supported in the Conan toolchain
|
||||||
if not self._run_tests:
|
# def config_options(self):
|
||||||
# build_docs has sense only in a development or CI build
|
# if not self._run_tests:
|
||||||
del self.options.build_docs
|
# # build_docs has sense only in a development or CI build
|
||||||
|
# del self.options.build_docs
|
||||||
|
|
||||||
def build_requirements(self):
|
def build_requirements(self):
|
||||||
if self._run_tests:
|
if self._run_tests:
|
||||||
|
Reference in New Issue
Block a user