diff options
author | Pierre Ossman <ossman@cendio.se> | 2023-01-04 19:16:13 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2023-01-04 19:17:28 +0100 |
commit | ca0955c3fe71478bede0950bd7b22f31f7e1fb34 (patch) | |
tree | b7fafcdd00207e79a72728d058a149d7f07c67eb /unix/vncconfig | |
parent | ff25168a531bf9e0dd0d3ba96ad9c2966c64e944 (diff) | |
download | tigervnc-ca0955c3fe71478bede0950bd7b22f31f7e1fb34.tar.gz tigervnc-ca0955c3fe71478bede0950bd7b22f31f7e1fb34.zip |
Mark system include paths correctly
This makes sure the compiler doesn't complain about problems in those
files.
Diffstat (limited to 'unix/vncconfig')
-rw-r--r-- | unix/vncconfig/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/vncconfig/CMakeLists.txt b/unix/vncconfig/CMakeLists.txt index c3823ab0..8734ff63 100644 --- a/unix/vncconfig/CMakeLists.txt +++ b/unix/vncconfig/CMakeLists.txt @@ -1,4 +1,4 @@ -include_directories(${X11_INCLUDE_DIR}) +include_directories(SYSTEM ${X11_INCLUDE_DIR}) include_directories(${CMAKE_SOURCE_DIR}/common) include_directories(${CMAKE_SOURCE_DIR}/unix/tx) |