mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
Merge topic 'cxxmodules-error-message-improvement' into release-3.28
4962eba981 cmDyndepCollation: clarify CXX_MODULES-without-BMI error message
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Acked-by: Yaraslau <yaraslau.tamashevich@gmail.com>
Merge-request: !9103
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