Skip to content

Commit

Permalink
Explicitly print message when on Windows
Browse files Browse the repository at this point in the history
Co-Authored-By: Martin-Idel-SI <external.Martin.Idel@bosch-si.com>
  • Loading branch information
Karsten1987 and Martin-Idel-SI committed Dec 6, 2018
1 parent bbdccca commit 20bbce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ros1_rosbag_storage_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 20bbce9

Please sign in to comment.