On Mon, Apr 13, 2009 at 6:09 PM, Andrew <[email protected]> wrote: > Hi, > I have generated the 2.8.0 VS2005 Windows projects and .sln using CMake > 2.6. Worked great and I have a set of buildable Win32 projects. > > Is there some way to get Win64 'configurations' in the generated projects > without having to do it manually and painfully? I was expecting some switch > in CMake perhaps? Am I just missing something obvious here?
When you run cmake-gui or CMakeSetup when initially configuring your build directory there should be an option for "Visual Studio 8 2005 Win64" and "Visual Studio 9 2008 Win64". If you are not using an out-of-source build directory (which is generally a good idea) you will need to clear the CMake cache. There is a menu option for this or delete CMakeCache.txt. -- Philip Lowman
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

