mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 19:00:54 -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).
|
||||
|
||||
// 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) {
|
||||
auto bmi_loc = loc.BmiGeneratorPathForModule(p.LogicalName);
|
||||
|
||||
Reference in New Issue
Block a user