sbml: fix configuration with ~python (#19120)

This commit is contained in:
h-denpo
2020-10-03 03:07:24 +09:00
committed by GitHub
parent f7a2412626
commit c71c509f05

View File

@@ -95,7 +95,7 @@ def cmake_args(self):
"-DWITH_PYTHON_INCLUDE:PATH=%s" % spec['python'].prefix,
])
else:
args.append('-DWITH_PYTHON:BOOL=ON')
args.append('-DWITH_PYTHON:BOOL=OFF')
args.append(self.define_from_variant('WITH_CSHARP', 'mono'))