cmDyndepCollation: clarify CXX_MODULES-without-BMI error message

Fixes: #25493
This commit is contained in:
Ben Boeckel
2023-12-26 11:05:37 -05:00
parent 73d0160134
commit 4962eba981

View File

@@ -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;
}