[Cmake-commits] [cmake-commits] king committed cmPolicies.cxx 1.40 1.41
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Sep 3 08:26:22 EDT 2009
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv8083/Source
Modified Files:
cmPolicies.cxx
Log Message:
Fix typo in REQUIRED_ALWAYS policy error message
Index: cmPolicies.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmPolicies.cxx,v
retrieving revision 1.40
retrieving revision 1.41
diff -C 2 -d -r1.40 -r1.41
*** cmPolicies.cxx 17 Jun 2009 18:18:14 -0000 1.40
--- cmPolicies.cxx 3 Sep 2009 12:26:18 -0000 1.41
***************
*** 700,704 ****
e << "The project requests behavior compatible with CMake version \""
<< majorVer << "." << minorVer << "." << patchVer
! << "\", which requires OLD the behavior for some policies:\n";
for(std::vector<PolicyID>::const_iterator
i = ancient.begin(); i != ancient.end(); ++i)
--- 700,704 ----
e << "The project requests behavior compatible with CMake version \""
<< majorVer << "." << minorVer << "." << patchVer
! << "\", which requires the OLD behavior for some policies:\n";
for(std::vector<PolicyID>::const_iterator
i = ancient.begin(); i != ancient.end(); ++i)
More information about the Cmake-commits
mailing list