From 20bbce905a7d592dad402b65f75ec636d68f9bfe Mon Sep 17 00:00:00 2001 From: Karsten Knese Date: Thu, 6 Dec 2018 09:44:59 +0100 Subject: [PATCH] Explicitly print message when on Windows Co-Authored-By: Martin-Idel-SI --- ros1_rosbag_storage_vendor/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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()