1
0
Fork 0

Raise required OSG version to 3.2.0

This commit is contained in:
James Turner 2014-02-19 11:00:14 -08:00
parent 34ed79e5f8
commit 230e157190

View file

@ -205,7 +205,7 @@ find_package(ZLIB REQUIRED)
find_package(Threads REQUIRED)
find_package(OpenGL REQUIRED)
find_package(OpenAL REQUIRED)
find_package(OpenSceneGraph 3.0.0 REQUIRED osgText osgSim osgDB osgParticle osgFX osgUtil osgViewer osgGA)
find_package(OpenSceneGraph 3.2.0 REQUIRED osgText osgSim osgDB osgParticle osgFX osgUtil osgViewer osgGA)
if (MSVC)
find_package(CrashRpt)