Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Sep 5, 2022
1 parent 5d8f11e commit c059ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ foreach(plugin ${plugins})
"${CMAKE_CURRENT_SOURCE_DIR}/${plugin}-python.h")
endif()
target_link_libraries(${PROJECT_NAME}-${PYTHON_LIBRARY_NAME}-wrap
eigenpy::eigenpy)
PUBLIC eigenpy::eigenpy)
endforeach(plugin)

dynamic_graph_python_module(
Expand Down

0 comments on commit c059ead

Please sign in to comment.