Charm: more info about build targets (#8713)

* Charm: more info about build targets

* fix whitespace
This commit is contained in:
Matthias Diener 2018-07-15 16:41:25 -05:00 committed by Adam J. Stewart
parent b25187bfa6
commit badf913fc4

View File

@ -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"
)