Skip to content

Commit

Permalink
correct missing linter errors (#96)
Browse files Browse the repository at this point in the history
Signed-off-by: Karsten Knese <karsten@openrobotics.org>
  • Loading branch information
Karsten1987 committed Mar 25, 2019
1 parent 05b9c4c commit d630f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosbag2_bag_v2_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d630f8e

Please sign in to comment.