Skip to content

Commit

Permalink
Merge pull request #117 from daniel-dsouza/master
Browse files Browse the repository at this point in the history
use correct syntax for add_message_files (#1)
  • Loading branch information
danthony06 authored Dec 10, 2021
2 parents 78e8331 + e99a69d commit c6c2a10
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 c6c2a10

Please sign in to comment.