OpenMW/openmw
CMakeLists.txt
:437
find_package(OpenSceneGraph 3.6.5 REQUIRED ${USED_OSG_COMPONENTS})
find_package(OpenSceneGraph 3.6.5 REQUIRED ${USED_OSG_COMPONENTS})
find_package(OpenSceneGraph 3.0.0 QUIET
COMPONENTS osg osgViewer osgManipulator osgGA osgDB osgShadow osgUtil
)
find_package(OpenSceneGraph REQUIRED osg osgViewer)
find_package(OpenSceneGraph
REQUIRED
COMPONENTS osg osgDB osgUtil)
find_package(OpenSceneGraph 3.6.0 REQUIRED
osgText
osgSim
osgDB
osgParticle
osgUtil
osgViewer
osgGA
)
find_package( OpenSceneGraph QUIET COMPONENTS osgGeo )
find_package(OpenSceneGraph COMPONENTS osgDB osgGA osgSim osgText osgUtil osgViewer QUIET)
find_package(OpenSceneGraph REQUIRED osgDB osgUtil)