diff --git a/ros1_rosbag_storage_vendor/CMakeLists.txt b/ros1_rosbag_storage_vendor/CMakeLists.txt index 64bae7baf7..e983408feb 100644 --- a/ros1_rosbag_storage_vendor/CMakeLists.txt +++ b/ros1_rosbag_storage_vendor/CMakeLists.txt @@ -20,6 +20,7 @@ find_package(ament_cmake REQUIRED) # We don't need to build on Windows for now if(WIN32) + message("Replay ROS1 rosbags is currently not supported on Windows systems") return() endif()