[CMake] CMake 2.6.0 RC 10 ready for testing

Bill Hoffman bill.hoffman at kitware.com
Thu May 1 16:59:09 EDT 2008


Yves Starreveld wrote:
> A slightly different result:
> 
> [ 99%] Generating ../VTKExamples
> Internal cmake changing into directory: 
> /Users/ystarrev/Development/vtkbin/Examples/All
> ======== CMake output     ======
> CMake Warning (dev) at GUI/Qt/ImageViewer/CMakeLists.txt:28 
> (ADD_EXECUTABLE):
>   Policy CMP0003 should be set before this line.  Add code such as
> 
>     if(COMMAND cmake_policy)
>       cmake_policy(SET CMP0003 NEW)
>     endif(COMMAND cmake_policy)
> ....
> 

OK, this just means that the VTK CMakeFiles have to be updated for CMake 
2.6.  It is not an issue with this release of CMake.  This has been done 
for most of VTK's tree, the Example directory with Qt on must have been 
missed.


-Bill


More information about the CMake mailing list