Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
eigenpy
Commits
2dec9d9d
Unverified
Commit
2dec9d9d
authored
Jul 12, 2019
by
Wolfgang Merkt
Committed by
GitHub
Jul 12, 2019
Browse files
Re-add SYSTEM to include_directories
parent
6b9ac8bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2dec9d9d
...
...
@@ -50,9 +50,9 @@ OPTION (BUILD_UNIT_TESTS "Build the unitary tests" ON)
FINDPYTHON
()
INCLUDE_DIRECTORIES
(
${
PYTHON_INCLUDE_DIRS
}
)
INCLUDE_DIRECTORIES
(
SYSTEM
${
PYTHON_INCLUDE_DIRS
}
)
FIND_NUMPY
()
INCLUDE_DIRECTORIES
(
${
NUMPY_INCLUDE_DIRS
}
)
INCLUDE_DIRECTORIES
(
SYSTEM
${
NUMPY_INCLUDE_DIRS
}
)
# ----------------------------------------------------
# --- DEPENDANCIES -----------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment