On 08/14/2013 09:14 AM, Stephen Kelly wrote:
> I pushed a branch updating the version number of new policies and a version 
> number generated in export files a few months ago. I just left it as a 
> reminder to bump merge the bumps at RC time. The branch was deleted soon 
> after though. 
> 
> Is the release branch going to get a similar change for the RC1?

The policies should have been added with 2.8.12 as their version
originally.  The way to test that in other projects is to add

 if(POLICY CMP0023)
   cmake_policy(SET CMP0023 NEW)
 endif()

to your code instead of depending on cmake_minimum_required to
set it.  I should have caught that during review but forgot.

I added a commit to update the versions:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=07c16eec

I'll have to re-create the release branch tomorrow after this
is tested.

-Brad
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to