From Ulrich Hertleinm "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.
"
This commit is contained in:
@@ -169,10 +169,6 @@ IF(DYNAMIC_OPENSCENEGRAPH)
|
||||
ADD_SUBDIRECTORY(osgwidgetwindow)
|
||||
ENDIF(BUILD_OSGWIDGET)
|
||||
|
||||
IF (GLUT_FOUND)
|
||||
ADD_SUBDIRECTORY(osgviewerGLUT)
|
||||
ENDIF(GLUT_FOUND)
|
||||
|
||||
IF (LIBVNCSERVER_FOUND)
|
||||
ADD_SUBDIRECTORY(osgvnc)
|
||||
ENDIF(LIBVNCSERVER_FOUND)
|
||||
|
||||
Reference in New Issue
Block a user