From 2ea28107377b83852a9bdff83ab1bf19653600ee Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 3 Sep 2009 08:26:18 -0400 Subject: Fix typo in REQUIRED_ALWAYS policy error message --- Source/cmPolicies.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmPolicies.cxx') diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx index 211f351a97..e8c7fcf959 100644 --- a/Source/cmPolicies.cxx +++ b/Source/cmPolicies.cxx @@ -699,7 +699,7 @@ cmPolicies::DiagnoseAncientPolicies(std::vector const& ancient, cmOStringStream e; e << "The project requests behavior compatible with CMake version \"" << majorVer << "." << minorVer << "." << patchVer - << "\", which requires OLD the behavior for some policies:\n"; + << "\", which requires the OLD behavior for some policies:\n"; for(std::vector::const_iterator i = ancient.begin(); i != ancient.end(); ++i) { -- cgit v1.2.1