Skip to content
Snippets Groups Projects
Commit 8771002c authored by jcarpent's avatar jcarpent
Browse files

[CMake] Fix compatibility issue with BSD systems

parent 41db0e86
No related branches found
No related tags found
No related merge requests found
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment