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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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