forked from speed-dreams/speed-dreams-code
- Required OpenSceneGraph 3.4.0 minimum for build now
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6548 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: ba2aa670c9548f48c891e3d9b4366094cee17006 Former-commit-id: 4ab8f07b6dad4ed5663518fe9693d313a8dc4960
This commit is contained in:
parent
eddf5661a8
commit
c69b161c68
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ MACRO(CHECK_LIBRARIES)
|
|||
IF(OPTION_OSGGRAPH)
|
||||
|
||||
IF(NOT OPENSCENEGRAPH_FOUND)
|
||||
Find_Package(OpenSceneGraph REQUIRED osgDB osgViewer osgGA osgUtil osgFX osgParticle osgShadow osgText)
|
||||
Find_Package(OpenSceneGraph 3.4.0 REQUIRED osgDB osgViewer osgGA osgUtil osgFX osgParticle osgShadow osgText)
|
||||
ENDIF()
|
||||
|
||||
IF(OPENSCENEGRAPH_FOUND)
|
||||
|
|
Loading…
Reference in a new issue