mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 10:48:38 -06:00
cxxmodules: return failure from the collator when private usage is found
This commit is contained in:
@@ -93,7 +93,7 @@ cm::static_string_view CxxModuleMapExtension(
|
||||
// import cycle).
|
||||
std::set<std::string> CxxModuleUsageSeed(
|
||||
CxxModuleLocations const& loc, std::vector<cmScanDepInfo> const& objects,
|
||||
CxxModuleUsage& usages);
|
||||
CxxModuleUsage& usages, bool& private_usage_found);
|
||||
|
||||
// Return the contents of the module map in the given format for the
|
||||
// object file.
|
||||
|
||||
Reference in New Issue
Block a user