Skip to content

Commit

Permalink
cmake: Use the right target name
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Jul 17, 2024
1 parent 893e366 commit 51a5fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function(make_bindings)
)

target_link_libraries(
${PYLIB_NAME} PUBLIC ${PROJECT_NAME} eigenpy::eigenpy pyproxsuite_nlp::pyproxsuite_nlp
${PYLIB_NAME} PUBLIC ${PROJECT_NAME} eigenpy::eigenpy proxsuite-nlp::pyproxsuite_nlp
)

if(BUILD_CROCODDYL_COMPAT)
Expand Down

0 comments on commit 51a5fd8

Please sign in to comment.