mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +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:
@@ -29,6 +29,6 @@ set(${MODULE_PREFIX}_LIBS
|
||||
)
|
||||
|
||||
include_directories(..)
|
||||
include_directories(${ALSA_INCLUDE_DIRS})
|
||||
include_directories(SYSTEM ${ALSA_INCLUDE_DIRS})
|
||||
|
||||
add_channel_client_subsystem_library(${MODULE_PREFIX} ${MODULE_NAME} ${CHANNEL_NAME} "" TRUE "")
|
||||
|
||||
Reference in New Issue
Block a user