Skip to content

Commit efd966e

Browse files
francois-keithflorent-lamiraux
authored andcommitted
Add missing link
1 parent 948d5fd commit efd966e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SET(LIBRARY_NAME ${PROJECT_NAME})
2222
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
2323

2424
# provide path to dependency libraries
25-
LINK_DIRECTORIES(${DYNAMIC_GRAPH_PYTHON_LIBRARY_DIRS})
25+
LINK_DIRECTORIES(${DYNAMIC_GRAPH_PYTHON_LIBRARY_DIRS} ${PYTHON_LIBRARY_DIRS})
2626

2727
ADD_LIBRARY(${LIBRARY_NAME}
2828
SHARED

0 commit comments

Comments
 (0)