From 8618078b90189fb49e9c0a76ac01d471b51f1e93 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 3 May 2019 13:23:33 +0200 Subject: Rename [config.]cxx.header_units to importable_headers --- build2/cxx/init.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'build2/cxx') diff --git a/build2/cxx/init.cxx b/build2/cxx/init.cxx index 3fb636f..a04a30a 100644 --- a/build2/cxx/init.cxx +++ b/build2/cxx/init.cxx @@ -394,16 +394,16 @@ namespace build2 v.insert ("config.cxx.loptions", true), v.insert ("config.cxx.libs", true), - // List of modular headers. Inclusion of such headers is translated to - // the corresponding header unit imports. + // List of importable headers. Inclusion of such headers is translated + // to the corresponding header unit imports. // // A header can be specified either as an absolute and normalized path // or as a <>-style include name. The latter kind is automatically // translated to the absolute form based on the include search paths // extracted from the compiler. Note also that all entries must be - // specified before loading the module. + // specified before loading the cxx module. // - &v.insert ("config.cxx.header_units", true), + &v.insert ("config.cxx.importable_headers", true), v.insert ("cxx.path"), v.insert ("cxx.sys_lib_dirs"), @@ -413,7 +413,7 @@ namespace build2 v.insert ("cxx.coptions"), v.insert ("cxx.loptions"), v.insert ("cxx.libs"), - &v.insert ("cxx.header_units"), + &v.insert ("cxx.importable_headers"), v["cc.poptions"], v["cc.coptions"], -- cgit v1.1