Skip to content

Commit 3c50932

Browse files
authored
Fix installation directory of .dll files in tf2_eigen_kdl (#657)
Signed-off-by: Silvio Traversaro <[email protected]>
1 parent b81000d commit 3c50932

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 lib)
49+
RUNTIME DESTINATION bin)
5050

5151
ament_export_dependencies(
5252
Eigen3

0 commit comments

Comments
 (0)