mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
Merge topic 'modules-better-messages'
571b5e1f2ccxxmodules: improve error messages for C++ module setup8b4d32c18bcmStandardLevelResolver: add query for the effective standard level17ddc4ac76cmStandardLevelResolver: compare with static string literals6f1dae2b01cmStandardLevelResolver: use `cmStrCat` where possible0d45d40e13cmStandardLevelResolver: use character literals where possible Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8755
This commit is contained in:
@@ -366,9 +366,9 @@ void cmVisualStudio10TargetGenerator::Generate()
|
||||
!this->GlobalGenerator->SupportsCxxModuleDyndep()) {
|
||||
this->Makefile->IssueMessage(
|
||||
MessageType::FATAL_ERROR,
|
||||
cmStrCat("The \"", this->GeneratorTarget->GetName(),
|
||||
"\" target contains C++ module sources which are not supported "
|
||||
"by the generator"));
|
||||
cmStrCat("The target named \"", this->GeneratorTarget->GetName(),
|
||||
"\" contains C++ sources that export modules which is not "
|
||||
"supported by the generator"));
|
||||
}
|
||||
|
||||
this->ProjectType = computeProjectType(this->GeneratorTarget);
|
||||
|
||||
Reference in New Issue
Block a user