From 34eb0db1e04cbfc0504c239a151247334f1bb0a8 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 13 Feb 2016 15:24:52 -0500 Subject: Make FUSE and glog be system includes Prevent obnoxious error messages by making FUSE and glog be included with -isystem instead of -I. --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5f1b286..f2f0c0f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -38,8 +38,8 @@ add_executable( ) target_include_directories( scoville - PRIVATE ${FUSE_INCLUDE_DIRS} - PRIVATE ${GLOG_INCLUDE_DIRS} + SYSTEM PRIVATE ${FUSE_INCLUDE_DIRS} + SYSTEM PRIVATE ${GLOG_INCLUDE_DIRS} ) target_link_libraries( scoville -- cgit v1.2.3