aboutsummaryrefslogtreecommitdiff
path: root/build2/cli/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cli/module.cxx')
-rw-r--r--build2/cli/module.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/build2/cli/module.cxx b/build2/cli/module.cxx
index 8ec2db9..6497766 100644
--- a/build2/cli/module.cxx
+++ b/build2/cli/module.cxx
@@ -55,12 +55,12 @@ namespace build2
{
auto& v (var_pool);
- v.find ("config.cli.configured", bool_type);
+ v.find<bool> ("config.cli.configured");
- v.find ("config.cli", string_type); //@@ VAR type
+ v.find<string> ("config.cli"); //@@ VAR type
- v.find ("config.cli.options", strings_type);
- v.find ("cli.options", strings_type);
+ v.find<strings> ("config.cli.options");
+ v.find<strings> ("cli.options");
}
// Register target types.