From: Daniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Date: Tue, 13 Feb 2018 15:21:54 +0000 (+0100)
Subject: Mark bundled include dirs as "SYSTEM" for python-bindings
X-Git-Tag: v9.0.0-rc1~441^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5892%2Fhead;p=dealii.git

Mark bundled include dirs as "SYSTEM" for python-bindings
---

diff --git a/contrib/python-bindings/source/CMakeLists.txt b/contrib/python-bindings/source/CMakeLists.txt
index 867c3758fb..8b9afeee78 100644
--- a/contrib/python-bindings/source/CMakeLists.txt
+++ b/contrib/python-bindings/source/CMakeLists.txt
@@ -75,8 +75,9 @@ INCLUDE_DIRECTORIES(
   ${CMAKE_BINARY_DIR}/include/
   ${CMAKE_SOURCE_DIR}/include/
   ${DEAL_II_BUNDLED_INCLUDE_DIRS}
-  ${DEAL_II_INCLUDE_DIRS}
   ${CMAKE_SOURCE_DIR}/contrib/python-bindings/include/
+  SYSTEM
+  ${DEAL_II_INCLUDE_DIRS}
   )
 
 #