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:
parent
49291d5a40
commit
0f931cfc87
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user