Re: [osg-users] [build] x64 vs x86

2016-06-05 Thread Dave Sargrad
Thank you Sebastian. I do use the CMake GUI. Which parameter do I need to modify in order to point to the correct compiler? Its not clear looking at the CMake parameters which one to modify. The only parameter that seems to reference Visual Studio happens to be CMAKE_LINKER. I dont see a

Re: [osg-users] [build] x64 vs x86

2016-06-05 Thread Sebastian Messerschmidt
Hi Dave, Usually you simply have to choose the correct compiler (If you use the CMakeGUI you need to check the "Visual Studio 12 2013 Win64"). Also you'll need to use the correct 64bit-3rd-party libraries. That should be all, the rest is taken care of by CMake. Cheers Sebastian Hi, I've been

[osg-users] [build] x64 vs x86

2016-06-05 Thread Dave Sargrad
Hi, I've been using OSG for a while now. I've never revisited the problem I had getting cmake to recognize that I have a 64 bit windows platform. So I've always been building/compiling using the x86 3rd party dependencies. I've tried the obvious things like configuring the following cmake