Skip to content
GitLab
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
8771002c
Commit
8771002c
authored
Jan 15, 2018
by
jcarpent
Browse files
[CMake] Fix compatibility issue with BSD systems
parent
41db0e86
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8771002c
...
...
@@ -154,8 +154,8 @@ ADD_SUBDIRECTORY(python)
ADD_SUBDIRECTORY
(
unittest
)
PKG_CONFIG_APPEND_LIBS
(
${
PROJECT_NAME
}
)
PKG_CONFIG_APPEND_CFLAGS
(
"-isystem
${
PYTHON_INCLUDE_DIRS
}
"
)
PKG_CONFIG_APPEND_CFLAGS
(
"-isystem
${
NUMPY_INCLUDE_DIRS
}
"
)
PKG_CONFIG_APPEND_CFLAGS
(
"-isystem
${
PYTHON_INCLUDE_DIRS
}
"
)
PKG_CONFIG_APPEND_CFLAGS
(
"-isystem
${
NUMPY_INCLUDE_DIRS
}
"
)
PKG_CONFIG_APPEND_BOOST_LIBS
(
${
BOOST_COMPONENTS
}
)
SETUP_PROJECT_FINALIZE
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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