mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
cmDyndepCollation: clarify CXX_MODULES-without-BMI error message
Fixes: #25493
This commit is contained in:
@@ -493,7 +493,8 @@ bool cmDyndepCollation::WriteDyndepMetadata(
|
||||
if (!has_provides) {
|
||||
cmSystemTools::Error(
|
||||
cmStrCat("Output ", object.PrimaryOutput,
|
||||
" is of type `CXX_MODULES` but does not provide a module"));
|
||||
" is of type `CXX_MODULES` but does not provide a module "
|
||||
"interface unit or partition"));
|
||||
result = false;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user