Raise required OSG version to 3.2.0
This commit is contained in:
parent
34ed79e5f8
commit
230e157190
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue