Fixed build under Tiny Core.

This commit is contained in:
Robert Osfield 2011-11-30 19:14:14 +00:00
parent 16c2bb5a2f
commit 22ef706e32

View File

@ -207,9 +207,9 @@ IF(DYNAMIC_OPENSCENEGRAPH)
ENDIF()
IF (FLTK_FOUND)
IF (FLTK_FOUND AND FT_GL_LIBRARY)
ADD_SUBDIRECTORY(osgviewerFLTK)
ENDIF(FLTK_FOUND)
ENDIF()
IF (WIN32)