From 02494e9027cbe097628da906b13a0f07d974c9d4 Mon Sep 17 00:00:00 2001 From: Barry Xu Date: Fri, 15 Dec 2023 09:44:43 +0800 Subject: [PATCH] Fix a link error on Windows Signed-off-by: Barry Xu --- rosbag2_py/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/rosbag2_py/CMakeLists.txt b/rosbag2_py/CMakeLists.txt index 681e605fbb..43a0509f50 100644 --- a/rosbag2_py/CMakeLists.txt +++ b/rosbag2_py/CMakeLists.txt @@ -126,6 +126,7 @@ install( install( TARGETS rosbag2_format_output LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib ) if(BUILD_TESTING)