sbml: fix configuration with ~python (#19120)
This commit is contained in:
parent
f7a2412626
commit
c71c509f05
@ -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'))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user