mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 12:09:43 +00:00
Merge pull request #2233 from elsid/include_osg_system
Mark OpenSceneGraph include directories as system
This commit is contained in:
commit
4a597d94d3
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ endif()
|
|||
|
||||
|
||||
find_package(OpenSceneGraph 3.3.4 REQUIRED osgDB osgViewer osgText osgGA osgParticle osgUtil osgFX osgShadow)
|
||||
include_directories(${OPENSCENEGRAPH_INCLUDE_DIRS})
|
||||
include_directories(SYSTEM ${OPENSCENEGRAPH_INCLUDE_DIRS})
|
||||
|
||||
set(USED_OSG_PLUGINS
|
||||
osgdb_bmp
|
||||
|
|
Loading…
Reference in a new issue