[cmake-developers] Version number updates for 2.8.12
Brad King
brad.king at kitware.com
Wed Aug 14 09:56:28 EDT 2013
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
More information about the cmake-developers
mailing list