diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt index fa058de4d..9adb6c626 100644 --- a/bindings/python/CMakeLists.txt +++ b/bindings/python/CMakeLists.txt @@ -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)