Hi Jordi, Am 12.03.10 10:59, schrieb Jordi Torres: > I have seen a problem (a part of the > headers installation in osgViewer).
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) > > 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

