Skip to content

Commit

Permalink
sbml: fix configuration with ~python (spack#19120)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-denpo authored Oct 2, 2020
1 parent f7a2412 commit c71c509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/sbml/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))

Expand Down

0 comments on commit c71c509

Please sign in to comment.