Skip to content
Snippets Groups Projects
Commit 0f931cfc authored by Axel Huebl's avatar Axel Huebl Committed by Adam J. Stewart
Browse files

ADIOS2: Document endian_reverse variant (#13226)

Update the documentation of the `endian_reverse` variant in ADIOS2.
The short description caused some confusion (for me) :-)
parent 49291d5a
Branches
Tags
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment