Skip to content

Commit 8771002

Browse files
committed
[CMake] Fix compatibility issue with BSD systems
1 parent 41db0e8 commit 8771002

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
@@ -154,8 +154,8 @@ ADD_SUBDIRECTORY(python)
154154
ADD_SUBDIRECTORY(unittest)
155155

156156
PKG_CONFIG_APPEND_LIBS(${PROJECT_NAME})
157-
PKG_CONFIG_APPEND_CFLAGS("-isystem ${PYTHON_INCLUDE_DIRS}")
158-
PKG_CONFIG_APPEND_CFLAGS("-isystem ${NUMPY_INCLUDE_DIRS}")
157+
PKG_CONFIG_APPEND_CFLAGS("-isystem${PYTHON_INCLUDE_DIRS}")
158+
PKG_CONFIG_APPEND_CFLAGS("-isystem${NUMPY_INCLUDE_DIRS}")
159159
PKG_CONFIG_APPEND_BOOST_LIBS(${BOOST_COMPONENTS})
160160

161161
SETUP_PROJECT_FINALIZE()

0 commit comments

Comments
 (0)