mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[cmake] mark dependency includes SYSTEM
Mark all dependency include paths SYSTEM so warnings from system headers are excluded from ci warning statistics
This commit is contained in:
@@ -20,7 +20,7 @@ set(MODULE_PREFIX "RDTK_SAMPLE")
|
||||
|
||||
find_package(X11 REQUIRED)
|
||||
|
||||
include_directories(${X11_INCLUDE_DIR})
|
||||
include_directories(SYSTEM ${X11_INCLUDE_DIR})
|
||||
|
||||
set(SRCS
|
||||
rdtk_x11.c)
|
||||
|
||||
Reference in New Issue
Block a user