I second that. I like using nmake files on Windows and they haven't worked since upgrading to CMake 2.6. I looked into the problem but wasn't able to figure out how to correct it. Your fix works perfectly.
On Sat, Oct 25, 2008 at 10:11 AM, Mathieu MARACHE <[EMAIL PROTECTED] > wrote: > Hi Robert, > > This didn't seem to have caught your attention. So I'm bumping it :-) > > Mathieu > > > > 2008/10/14 Mathieu MARACHE <[EMAIL PROTECTED]>: > > Hi, > > > > I came across a bug when building OpenSceneGraph with > > MSVC_VERSIONED_DLL, NMake makefiles and CMake 2.6.2. > > The compilation fails because it tries to copy ot11-OpenThreads.lib to > > OpenThreads.lib which is valid for the 2.4.x era of CMake but not > > anymore in 2.6.x era. > > The provided file from the CMakeModules directory adds a tests on the > > CMake version and corrects this. Works for me now. > > > > Regards, > > Mathieu > > > _______________________________________________ > osg-submissions mailing list > [email protected] > > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org >
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
