mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 03:11:08 -06:00
cmCxxModuleMapper: use a char for streaming single bytes
This commit is contained in:
@@ -122,7 +122,7 @@ std::string CxxModuleMapContentGcc(CxxModuleLocations const& loc,
|
|||||||
// generate any).
|
// generate any).
|
||||||
|
|
||||||
// Write the root directory to use for module paths.
|
// Write the root directory to use for module paths.
|
||||||
mm << "$root " << loc.RootDirectory << "\n";
|
mm << "$root " << loc.RootDirectory << '\n';
|
||||||
|
|
||||||
for (auto const& p : obj.Provides) {
|
for (auto const& p : obj.Provides) {
|
||||||
auto bmi_loc = loc.BmiGeneratorPathForModule(p.LogicalName);
|
auto bmi_loc = loc.BmiGeneratorPathForModule(p.LogicalName);
|
||||||
|
|||||||
Reference in New Issue
Block a user