From: Daniel Arndt 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=4fda9a50cb6839a2ea3f151327c90d2121a71e4f;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} ) #