Skip to content

Commit 25653d0

Browse files
committed
Fix a link error on Windows
Signed-off-by: Barry Xu <[email protected]>
1 parent 0973840 commit 25653d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rosbag2_py/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ install(
126126
install(
127127
TARGETS rosbag2_format_output
128128
LIBRARY DESTINATION lib
129+
ARCHIVE DESTINATION lib
130+
RUNTIME DESTINATION bin
129131
)
130132

131133
if(BUILD_TESTING)

0 commit comments

Comments
 (0)