ADIOS2: Default no Python (#13220)

Turn off the python variant by default.
This commit is contained in:
Axel Huebl 2019-10-15 11:55:45 -07:00 committed by Chuck Atkins
parent d33b0ffc50
commit dc3a9618a0

View File

@ -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')