Skip to content

Commit 2dec9d9

Browse files
authored
Re-add SYSTEM to include_directories
1 parent 6b9ac8b commit 2dec9d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ OPTION (BUILD_UNIT_TESTS "Build the unitary tests" ON)
5050

5151
FINDPYTHON()
5252

53-
INCLUDE_DIRECTORIES(${PYTHON_INCLUDE_DIRS})
53+
INCLUDE_DIRECTORIES(SYSTEM ${PYTHON_INCLUDE_DIRS})
5454
FIND_NUMPY()
55-
INCLUDE_DIRECTORIES(${NUMPY_INCLUDE_DIRS})
55+
INCLUDE_DIRECTORIES(SYSTEM ${NUMPY_INCLUDE_DIRS})
5656

5757
# ----------------------------------------------------
5858
# --- DEPENDANCIES -----------------------------------

0 commit comments

Comments
 (0)