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
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ class Charm(Package):
variant(
"build-target",
default="LIBS",
# AMPI also builds charm++, LIBS also builds AMPI and charm++
values=("charm++", "AMPI", "LIBS"),
description="Specify the target to build"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment