Skip to content

Commit 86d80d3

Browse files
committed
Fix issue related to ethz-asl/rotors_simulator#506
1 parent 13dd0f9 commit 86d80d3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

rotors_gazebo_plugins/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ PROTOBUF_GENERATE_CPP(PROTO_SRCS PROTO_HDRS ${msgs})
206206
add_library(mav_msgs SHARED ${PROTO_SRCS})
207207
target_link_libraries(mav_msgs ${PROTOBUF_LIBRARY} gazebo_msgs)
208208

209+
# To solve the issue #506 on RotorS repository
210+
# https://github.com/ethz-asl/rotors_simulator/pull/506
211+
list(APPEND targets_to_install mav_msgs)
212+
209213
# This causes mav_msgs to be linked with every created library in this file from this
210214
# point forward.
211215
# NOTE: This is deprecated, should be using target_link_libraries instead

0 commit comments

Comments
 (0)