Re: [osg-users] [build] OSG 3.3.7 cmake_policy CMP0020

2015-05-05 Thread Gianni Ambrosio
Hi Robert, yes I confirm the trunk code builds correctly now. Regards Gianni -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=63636#63636 ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] [build] OSG 3.3.7 cmake_policy CMP0020

2015-05-05 Thread Gianni Ambrosio
Hi, I'm trying to build version 3.3.7 on windows7, VC++ 2012 and Cmake 2.8.10.2 And I get the error: CMake Error at CMakeLists.txt:43 (cmake_policy): Policy CMP0020 is not known to this version of CMake. Looking at the CMakeLists.txt file and CMake online documentation

Re: [osg-users] [build] OSG 3.3.7 cmake_policy CMP0020

2015-05-05 Thread Robert Osfield
Hi Gianni, The OSG has lots of CMakeList.txt files, which one are you referring to? Robert. On 5 May 2015 at 08:36, Gianni Ambrosio g.ambrosio+...@gmail.com wrote: Hi, I'm trying to build version 3.3.7 on windows7, VC++ 2012 and Cmake 2.8.10.2 And I get the error: CMake Error at

Re: [osg-users] [build] OSG 3.3.7 cmake_policy CMP0020

2015-05-05 Thread Gianni Ambrosio
Hi Robert, the one at root level :) Regards Gianni -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=63633#63633 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] [build] OSG 3.3.7 cmake_policy CMP0020

2015-05-05 Thread Robert Osfield
Hi Gianni, On 5 May 2015 at 11:48, Gianni Ambrosio g.ambrosio+...@gmail.com wrote: the one at root level :) Thanks for the clarification, what I have checked into svn/trunk and the OSG-3.2 branch is: # disable autolinking to qtmain as we have our own main() functions (new in Qt 5.1)