[Cmake-commits] [cmake-commits] king committed cmPolicies.cxx 1.45 1.46

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Sep 25 13:09:45 EDT 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv32509/Source

Modified Files:
	cmPolicies.cxx 
Log Message:
Policies 14 and 15 will be first released in 2.8.0

CMake policies CMP0014 and CMP0015 were implemented in the development
series version 2.7.x but will be first released in 2.8.0.  Now that the
development version number is higher than that (2.9.x) we can update
their version of introduction to the actual release number.


Index: cmPolicies.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmPolicies.cxx,v
retrieving revision 1.45
retrieving revision 1.46
diff -C 2 -d -r1.45 -r1.46
*** cmPolicies.cxx	25 Sep 2009 17:09:36 -0000	1.45
--- cmPolicies.cxx	25 Sep 2009 17:09:43 -0000	1.46
***************
*** 399,403 ****
      "The OLD behavior for this policy is to silently ignore the problem.  "
      "The NEW behavior for this policy is to report an error.",
!     2,7,20090902, cmPolicies::WARN);
  
      this->DefinePolicy(
--- 399,403 ----
      "The OLD behavior for this policy is to silently ignore the problem.  "
      "The NEW behavior for this policy is to report an error.",
!     2,8,0, cmPolicies::WARN);
  
      this->DefinePolicy(
***************
*** 429,433 ****
      "variable values untouched and hide the true cache value.  "
      "The NEW behavior for this policy is to always expose the cache value.",
!     2,7,20090910, cmPolicies::WARN);
  
  }
--- 429,433 ----
      "variable values untouched and hide the true cache value.  "
      "The NEW behavior for this policy is to always expose the cache value.",
!     2,8,0, cmPolicies::WARN);
  
  }



More information about the Cmake-commits mailing list