Hi Eric, My guess is that Andreas had a old CMakeCache.txt file that wasn't refreshed fully by later updates to the CMakeLists.txt files so didn't have the MATH_LIBRARY set in it. Removing CmakeCache.txt allowed it to work without problem.
Robert. On 4/10/07, E. Wing <[EMAIL PROTECTED]> wrote:
Yikes! A Linux or Unix without a libm? Is this really true? What Linux and version are you running? If libm is indeed optional on Unix, we need to change our assumptions. We may need to write a FindMath.cmake module so we can make the detection optional instead of required. -Eric > From: Andreas Goebel <[EMAIL PROTECTED]> > Subject: Re: [osg-users] cmake-question: Math library? > To: osg users <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > > > Try removing the OpenSceneGraph/CMakeCache.txt (this is the cached > > build configuration) and re-running > > > > ccmake . > > > > Robert. > > > Thanks, that did it! > > Regards, > > Andreas > _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
