Skip to content

Commit 96aded7

Browse files
committed
Moving eigenpy to the module
1 parent 6f4a9b4 commit 96aded7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
159158
set_target_properties(placo PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${PYTHON_SITELIB})
160159
target_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)
163162
target_include_directories(placo PRIVATE ${PYTHON_INCLUDE_DIRS})
164163

165164
add_custom_command(

0 commit comments

Comments
 (0)