Olaf Flebbe: Decrease required OSG version.

This commit is contained in:
James Turner
2011-01-13 22:14:37 +00:00
parent 1670f88e54
commit 7d544dee47

View File

@@ -43,7 +43,7 @@ else()
find_package(OpenGL REQUIRED)
find_package(OpenAL REQUIRED)
find_package(ALUT REQUIRED)
find_package(OpenSceneGraph 2.8.2 REQUIRED osgText osgSim osgDB osgParticle osgUtil)
find_package(OpenSceneGraph 2.8.1 REQUIRED osgText osgSim osgDB osgParticle osgUtil)
endif()
if(JPEG_FACTORY)