Fix typo in REQUIRED_ALWAYS policy error message
This commit is contained in:
parent
3ba3f9e917
commit
2ea2810737
|
@ -699,7 +699,7 @@ cmPolicies::DiagnoseAncientPolicies(std::vector<PolicyID> const& ancient,
|
||||||
cmOStringStream e;
|
cmOStringStream e;
|
||||||
e << "The project requests behavior compatible with CMake version \""
|
e << "The project requests behavior compatible with CMake version \""
|
||||||
<< majorVer << "." << minorVer << "." << patchVer
|
<< majorVer << "." << minorVer << "." << patchVer
|
||||||
<< "\", which requires OLD the behavior for some policies:\n";
|
<< "\", which requires the OLD behavior for some policies:\n";
|
||||||
for(std::vector<PolicyID>::const_iterator
|
for(std::vector<PolicyID>::const_iterator
|
||||||
i = ancient.begin(); i != ancient.end(); ++i)
|
i = ancient.begin(); i != ancient.end(); ++i)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue