Re: [osg-users] ccmake issue with 2.4.0 release (fwd)

2008-06-11 Thread Vincent Bourdier
Hi For Osg 2.4, you should use Cmake 2.4 ... I did it and solve all my problems doing that. (and Cmake 2.6 for Osg 2.5.1 and upper) Vincent 2008/6/11 Bob Huebert [EMAIL PROTECTED]: more noise... The cmake configuration process bailed out during the generation phase with this: CMake

Re: [osg-users] ccmake issue with 2.4.0 release (fwd)

2008-06-11 Thread Jean-Sébastien Guay
Hi Bob, The cmake configuration process bailed out during the generation phase with this: CMake Warning (dev) at src/osg/CMakeLists.txt:173 (ADD_LIBRARY): Policy CMP0003 should be set before this line. Add code such as As Vincent said, for OSG 2.4 you need to use CMake 2.4.x, because

Re: [osg-users] ccmake issue with 2.4.0 release (fwd)

2008-06-11 Thread Bob Huebert
Thanks! -bob On Wed, 11 Jun 2008, Vincent Bourdier wrote: Hi For Osg 2.4, you should use Cmake 2.4 ... I did it and solve all my problems doing that. (and Cmake 2.6 for Osg 2.5.1 and upper) Vincent 2008/6/11 Bob Huebert [EMAIL PROTECTED]: more noise... The cmake configuration process

Re: [osg-users] ccmake issue with 2.4.0 release (fwd)

2008-06-10 Thread Bob Huebert
more noise... The cmake configuration process bailed out during the generation phase with this: CMake Warning (dev) at src/osg/CMakeLists.txt:173 (ADD_LIBRARY): Policy CMP0003 should be set before this line. Add code such as if(COMMAND cmake_policy) cmake_policy(SET CMP0003