mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05: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) {
|
if (!has_provides) {
|
||||||
cmSystemTools::Error(
|
cmSystemTools::Error(
|
||||||
cmStrCat("Output ", object.PrimaryOutput,
|
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;
|
result = false;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user