Thanks Ulrich, fix now merged and submitted to SVN.

On Mon, Nov 3, 2008 at 11:15 AM, Ulrich Hertlein <[EMAIL PROTECTED]> wrote:
> Hi Robert,
>
> cmake 2.6 is having trouble on Mac OS X because example/CMakeLists.txt addes
> subdirectory osgviewerGLUT twice.  I took the liberty to remove the second
> occurrence.
>
> Index: CMakeLists.txt
> ===================================================================
> --- CMakeLists.txt      (revision 9086)
> +++ CMakeLists.txt      (working copy)
> @@ -169,10 +169,6 @@
>         ADD_SUBDIRECTORY(osgwidgetwindow)
>     ENDIF(BUILD_OSGWIDGET)
>
> -    IF   (GLUT_FOUND)
> -        ADD_SUBDIRECTORY(osgviewerGLUT)
> -    ENDIF(GLUT_FOUND)
> -
>     IF   (LIBVNCSERVER_FOUND)
>         ADD_SUBDIRECTORY(osgvnc)
>     ENDIF(LIBVNCSERVER_FOUND)
>
> Cheers,
> /ulrich
>
> _______________________________________________
> 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

Reply via email to