forked from mirror/openmw-tes3mp
[Server] Mark Mono headers as SYSTEM
This commit is contained in:
parent
447a0ee8b2
commit
20b328ec67
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ option(BUILD_WITH_MONO "Enable Mono languages" ON)
|
|||
if(BUILD_WITH_MONO)
|
||||
message(STATUS "Mono enabled")
|
||||
find_package(Mono REQUIRED)
|
||||
include_directories(${MONO_INCLUDE_DIR})
|
||||
include_directories(SYSTEM ${MONO_INCLUDE_DIR})
|
||||
|
||||
set(MonoScript_Sources
|
||||
Script/LangMono/LangMono.cpp
|
||||
|
|
Loading…
Reference in a new issue