Skip to content

Commit

Permalink
Revert "Fix installation directory of .dll files in tf2_eigen_kdl (#657
Browse files Browse the repository at this point in the history
…)"

This reverts commit 3c50932.
  • Loading branch information
CursedRock17 committed Apr 4, 2024
1 parent 84aaca8 commit eb36da6
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 bin)
RUNTIME DESTINATION lib)

ament_export_dependencies(
Eigen3
Expand Down

0 comments on commit eb36da6

Please sign in to comment.