Skip to content
Snippets Groups Projects
Commit badf913f authored by Matthias Diener's avatar Matthias Diener Committed by Adam J. Stewart
Browse files

Charm: more info about build targets (#8713)

* Charm: more info about build targets

* fix whitespace
parent b25187bf
Branches
Tags
No related merge requests found
...@@ -63,6 +63,7 @@ class Charm(Package): ...@@ -63,6 +63,7 @@ class Charm(Package):
variant( variant(
"build-target", "build-target",
default="LIBS", default="LIBS",
# AMPI also builds charm++, LIBS also builds AMPI and charm++
values=("charm++", "AMPI", "LIBS"), values=("charm++", "AMPI", "LIBS"),
description="Specify the target to build" description="Specify the target to build"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment