Skip to content

Commit 5653122

Browse files
committed
cmake lint fix
1 parent ec531a3 commit 5653122

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

dave_interfaces/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ ament_export_dependencies(rosidl_default_runtime)
4646
# Install CMake package configuration
4747
ament_export_include_directories(include)
4848

49-
ament_package()
49+
ament_package()

gazebo/dave_gz_world_plugins/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ message(STATUS "compiling against Gazebo Harmonic")
3535
set(GZ_MSGS_VER ${gz-msgs10_VERSION_MAJOR})
3636

3737
# Define a variable 'MSGS_PROTOS' listing the .proto files
38+
# cmake-lint: disable=C0301
3839
set(MSGS_PROTOS
3940
${CMAKE_CURRENT_SOURCE_DIR}/proto/dave_gz_world_plugins_msgs/msgs/StratifiedCurrentVelocity.proto
4041
)
42+
4143
gz_msgs_generate_messages(
4244
TARGET msgs
4345
PROTO_PACKAGE "dave_gz_world_plugins_msgs.msgs"

0 commit comments

Comments
 (0)