Raise required OSG version to 3.2.0

This commit is contained in:
James Turner
2014-02-19 10:58:39 -08:00
parent d4030e72e4
commit b0cad59508

View File

@@ -178,7 +178,7 @@ else()
message(STATUS "Sound support: ENABLED")
endif(ENABLE_SOUND)
find_package(OpenSceneGraph 3.0.0 REQUIRED osgText osgSim osgDB osgParticle osgGA osgUtil)
find_package(OpenSceneGraph 3.2.0 REQUIRED osgText osgSim osgDB osgParticle osgGA osgUtil)
endif(SIMGEAR_HEADLESS)
find_package(ZLIB REQUIRED)