Skip to content

Commit

Permalink
use correct syntax for add_message_files (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-dsouza authored Dec 10, 2021
1 parent 78e8331 commit e99a69d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions marti_introspection_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ find_package(catkin REQUIRED COMPONENTS
message_generation
std_msgs)

add_message_files(FILES
NodeInfo.msg
ParamInfo.msg
TopicInfo.msg
ServiceInfo.msg
add_message_files(
DIRECTORY msg
FILES
NodeInfo.msg
ParamInfo.msg
TopicInfo.msg
ServiceInfo.msg
)

generate_messages(DEPENDENCIES
Expand Down

0 comments on commit e99a69d

Please sign in to comment.