File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ target_link_libraries(libplaco PUBLIC
124124 Eigen3::Eigen
125125 Threads::Threads
126126 pinocchio::pinocchio
127- eigenpy::eigenpy
128127 eiquadprog::eiquadprog
129128 jsoncpp_lib
130129 ${PROTOBUF_LIBRARIES}
@@ -159,7 +158,7 @@ add_library(placo MODULE
159158set_target_properties (placo PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR} /${PYTHON_SITELIB} )
160159target_compile_definitions (placo PUBLIC -DBOOST_DISABLE_PRAGMA_MESSAGE )
161160
162- target_link_libraries (placo ${Boost_LIBRARIES} ${PYTHON_LIBRARIES} libplaco )
161+ target_link_libraries (placo ${Boost_LIBRARIES} ${PYTHON_LIBRARIES} libplaco eigenpy::eigenpy )
163162target_include_directories (placo PRIVATE ${PYTHON_INCLUDE_DIRS} )
164163
165164add_custom_command (
You can’t perform that action at this time.
0 commit comments