Raise minimum OSG version to 3.6

This commit is contained in:
James Turner 2021-05-24 16:47:56 +01:00
parent bd6a18bb96
commit 26995ba13b

View File

@ -156,7 +156,7 @@ else()
endif()
endif(ENABLE_SOUND)
find_package(OpenSceneGraph 3.4.1 REQUIRED osgText osgSim osgDB osgParticle osgGA osgViewer osgUtil osgTerrain)
find_package(OpenSceneGraph 3.6.0 REQUIRED osgText osgSim osgDB osgParticle osgGA osgViewer osgUtil osgTerrain)
if (MSVC)
set(CMAKE_REQUIRED_INCLUDES ${OPENSCENEGRAPH_INCLUDE_DIRS})