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
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to