ADIOS2: Default no Python (#13220)
Turn off the python variant by default.
This commit is contained in:
parent
d33b0ffc50
commit
dc3a9618a0
@ -57,7 +57,7 @@ class Adios2(CMakePackage):
|
||||
description='Enable the HDF5 engine')
|
||||
|
||||
# optional language bindings, C++11 and C always provided
|
||||
variant('python', default=True,
|
||||
variant('python', default=False,
|
||||
description='Enable the Python bindings')
|
||||
variant('fortran', default=True,
|
||||
description='Enable the Fortran bindings')
|
||||
|
Loading…
Reference in New Issue
Block a user