forked from mirror/openmw-tes3mp
OSG 3.3.4 is the first release to include the DDS crash fix
This commit is contained in:
parent
8b596dfcbe
commit
f94722b271
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ if (USE_QT)
|
||||||
set (OSG_QT osgQt)
|
set (OSG_QT osgQt)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_package(OpenSceneGraph 3.4.0 REQUIRED osgDB osgViewer osgText osgGA osgAnimation osgParticle ${OSG_QT} osgUtil osgFX)
|
find_package(OpenSceneGraph 3.3.4 REQUIRED osgDB osgViewer osgText osgGA osgAnimation osgParticle ${OSG_QT} osgUtil osgFX)
|
||||||
|
|
||||||
include_directories(${OPENSCENEGRAPH_INCLUDE_DIRS})
|
include_directories(${OPENSCENEGRAPH_INCLUDE_DIRS})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue