Skip to content

Commit eb36da6

Browse files
committed
Revert "Fix installation directory of .dll files in tf2_eigen_kdl (#657)"
This reverts commit 3c50932.
1 parent 84aaca8 commit eb36da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2_eigen_kdl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ install(TARGETS ${PROJECT_NAME}
4646
EXPORT export_${PROJECT_NAME}
4747
ARCHIVE DESTINATION lib
4848
LIBRARY DESTINATION lib
49-
RUNTIME DESTINATION bin)
49+
RUNTIME DESTINATION lib)
5050

5151
ament_export_dependencies(
5252
Eigen3

0 commit comments

Comments
 (0)