mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
Mark OpenSceneGraph include directories as system
To avoid warnings spam when use custom build.
This commit is contained in:
parent
573e64e9c9
commit
a979d24bf3
@ -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…
x
Reference in New Issue
Block a user