summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/legion/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/legion/package.py')
-rw-r--r--var/spack/repos/builtin/packages/legion/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/legion/package.py b/var/spack/repos/builtin/packages/legion/package.py
index a06af2ce7a..51bf247ce3 100644
--- a/var/spack/repos/builtin/packages/legion/package.py
+++ b/var/spack/repos/builtin/packages/legion/package.py
@@ -112,7 +112,7 @@ class Legion(CMakePackage, ROCmPackage):
# current development policy is C++11 or greater so we capture that aspect
# here.
cpp_stds = ["11", "14", "17", "20"]
- variant("cxxstd", default="11", values=cpp_stds, multi=False)
+ variant("cxxstd", default="11", description="C++ standard", values=cpp_stds, multi=False)
# Network transport layer: the underlying data transport API should be used for
# distributed data movement. For Legion, gasnet is the currently the most