diff --git a/rosbag2_bag_v2_plugins/CMakeLists.txt b/rosbag2_bag_v2_plugins/CMakeLists.txt index d149933794..94f3fe4946 100644 --- a/rosbag2_bag_v2_plugins/CMakeLists.txt +++ b/rosbag2_bag_v2_plugins/CMakeLists.txt @@ -19,7 +19,7 @@ find_package(ament_cmake REQUIRED) # include bridge first to not create package if ros1 packages cannot be found find_package(ros1_bridge QUIET) -if (NOT ros1_bridge_FOUND) +if(NOT ros1_bridge_FOUND) message(STATUS "Failed to find ros1_bridge, skipping...") # call ament_package() to avoid ament_tools treating this as a plain CMake pkg ament_package()