cmGlobalGenerator: Fix spelling of EXCLUDE_FROM_ALL in error message
This commit is contained in:
parent
2cdaf43d96
commit
99c131c5a3
@ -2199,7 +2199,7 @@ bool cmGlobalGenerator::IsExcluded(cmLocalGenerator* root,
|
||||
// configurations.
|
||||
if (trueCount && falseCount) {
|
||||
std::ostringstream e;
|
||||
e << "The EXCLUDED_FROM_ALL property of target \"" << target->GetName()
|
||||
e << "The EXCLUDE_FROM_ALL property of target \"" << target->GetName()
|
||||
<< "\" varies by configuration. This is not supported by the \""
|
||||
<< root->GetGlobalGenerator()->GetName() << "\" generator.";
|
||||
mf->IssueMessage(MessageType::FATAL_ERROR, e.str());
|
||||
|
@ -1,3 +1,3 @@
|
||||
CMake Error in CMakeLists.txt:
|
||||
The EXCLUDED_FROM_ALL property of target "release_only_tool" varies by
|
||||
The EXCLUDE_FROM_ALL property of target "release_only_tool" varies by
|
||||
configuration. This is not supported by the "[^"]+"
|
||||
|
Loading…
Reference in New Issue
Block a user