Hi all On 5/29/08, Paul Martz <[EMAIL PROTECTED]> wrote: > Hi Robert -- Current head builds fine on Mac OS X 10.5, cmake 2.4.8 building > gcc makefiles. > > On WinXP SP3, cmake 2.6 building VS8 sln/vcproj files, I get a cmake warning > during configuration. See attached warning dialog screenshot. >
I have seen this also on linux using CMake-2.6. A fix could be something like IF(CMAKE_VERSION >= 2.6.0) CMAKE_POLICY(VERSION 2.4.8) ENDIF(CMAKE_VERSION >= 2.6.0) ...but needs testing and i'm not as skilled in cmake as I will be (eventually :) Have a deadline today so can try to post a submission this weekend unless a cmake expert steps up. It's just a harmful warning highlighting new features and not many people uses 2.6 yet I guess cheers Mattias _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

