ADIOS2: Document endian_reverse variant (#13226)

Update the documentation of the `endian_reverse` variant in ADIOS2.
The short description caused some confusion (for me) :-)
This commit is contained in:
Axel Huebl 2019-10-22 12:06:06 -04:00 committed by Adam J. Stewart
parent 49291d5a40
commit 0f931cfc87

View File

@ -32,7 +32,8 @@ class Adios2(CMakePackage):
description='Enable position independent code '
'(for usage of static in shared downstream deps)')
variant('endian_reverse', default=False,
description='Enable Endian Interoperability')
description='Enable endian conversion if a different '
'endianness is detected between write and read.')
# compression libraries
variant('blosc', default=True,