[vtk-developers] CMake 2.6

Francois Bertel francois.bertel at kitware.com
Mon Apr 20 20:03:38 EDT 2009


Even if everybody agree, you cannot start by changing requirement from
one day to another.


I think it will also impact ParaView3 and KWWidget.


3 steps have to be performed in the following order:

1. all the dashboard machines for VTK, ParaView3 and KWWidget have to
be upgraded to at least cmake 2.6.3.


2. add a warning for a couple of weeks with the expected date for the
switch to cmake 2.6.3, like


# VTK will require CMake 2.6.3 starting August 15th 2009
IF("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6.3)
 MESSAGE(WARNING "VTK will require CMake 2.6.3 starting August 15th
2009. Please update your CMake and this message will go away.")
ENDIF("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6.3)


3. At the announced date (August 15th 2009 in my example), change the
first line to:

cmake_minimum_required(VERSION 2.6.3)



On Mon, Apr 20, 2009 at 5:40 PM, Jeff Baumes <jeff.baumes at kitware.com> wrote:
> As a heads-up, we are planning on upgrading CVS VTK to require CMake 2.6.
> Unless I hear objections to this, I'll check in this change tomorrow
> morning.
> Jeff
>
> --
> Jeff Baumes, Ph.D.
> R&D Engineer, Kitware Inc.
> (518) 881-4932
> jeff.baumes at kitware.com
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtk-developers
>
>
>



-- 
François Bertel, PhD  | Kitware Inc. Suite 204
1 (518) 371 3971 x113 | 28 Corporate Drive
                      | Clifton Park NY 12065, USA



More information about the vtk-developers mailing list