Thanks Bernardt, fix now merged and submitted to svn/trunk.
On Thu, Apr 29, 2010 at 3:01 PM, Bernardt Duvenhage <[email protected]> wrote: > Hi > > I noticed that in 'src/OpenThreads/pthreads/CMakeLists.txt' a '!' has been > written instead of 'NOT' within an if statement expression. > > IF(!OSG_COMPILE_FRAMEWORKS) ... > vs. > IF(NOT OSG_COMPILE_FRAMEWORKS) ... > > This has the effect of always compiling OpenThreads as a framework under OSX. > The CMakeLists.txt that I use to be able to compile the non-framework version > of OpenThreads is attached. I simply replaced the '!' replaced by a 'NOT' and > added a MESSAGE to notify me when the .framework will be compiled. > > Regards, > Bernardt > > > > -- > This message is subject to the CSIR's copyright terms and conditions, e-mail > legal notice, and implemented Open Document Format (ODF) standard. > The full disclaimer details can be found at > http://www.csir.co.za/disclaimer.html. > > This message has been scanned for viruses and dangerous content by > MailScanner, > and is believed to be clean. MailScanner thanks Transtec Computers for their > support. > > > _______________________________________________ > 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
