Skip to content

Commit

Permalink
Fix installation directory of .dll files in tf2_eigen_kdl (#657)
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio Traversaro <silvio@traversaro.it>
  • Loading branch information
traversaro authored Mar 11, 2024
1 parent b81000d commit 3c50932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf2_eigen_kdl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install(TARGETS ${PROJECT_NAME}
EXPORT export_${PROJECT_NAME}
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION lib)
RUNTIME DESTINATION bin)

ament_export_dependencies(
Eigen3
Expand Down

0 comments on commit 3c50932

Please sign in to comment.