Hi Stephan,
Yes, the copying of the osgviewer-headers is currently broken for > frameworks, this the last missing piece to get cmake-support complete > (see my first mail) > > I understood tour first mail when I readed it. :). > > > In the file ModuleInstall.cmake line 37: > > > > IF(!OSG_COMPILE_FRAMEWORKS) it doesn't work, so the frameworks are always > > installed. The correct way to write this in CMake is : > > > > IF (NOT OSG_COMPILE_FRAMEWORKS). > > Ah, thanks for the fix! > > Thanks again, > Stephan > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > -- Jordi Torres Fabra gvSIG 3D blog http://gvsig3d.blogspot.com Instituto de Automática e Informática Industrial http://www.ai2.upv.es
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

