1 parent 13dd0f9 commit 86d80d3Copy full SHA for 86d80d3
1 file changed
rotors_gazebo_plugins/CMakeLists.txt
@@ -206,6 +206,10 @@ PROTOBUF_GENERATE_CPP(PROTO_SRCS PROTO_HDRS ${msgs})
206
add_library(mav_msgs SHARED ${PROTO_SRCS})
207
target_link_libraries(mav_msgs ${PROTOBUF_LIBRARY} gazebo_msgs)
208
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
+
213
# This causes mav_msgs to be linked with every created library in this file from this
214
# point forward.
215
# NOTE: This is deprecated, should be using target_link_libraries instead
0 commit comments