Skip to content

Commit

Permalink
add rviz_DEFAULT_PLUGIN_LIBRARIES: see ros-visualization/rviz#979
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Mar 25, 2016
1 parent 35a64e2 commit c66caf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_rviz_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ set(SOURCE_FILES
)

add_library(jsk_rviz_plugins ${SOURCE_FILES} ${UIC_FILES})
target_link_libraries(jsk_rviz_plugins ${QT_LIBRARIES} ${catkin_LIBRARIES})
target_link_libraries(jsk_rviz_plugins ${QT_LIBRARIES} ${catkin_LIBRARIES} ${rviz_DEFAULT_PLUGIN_LIBRARIES})
add_dependencies(jsk_rviz_plugins jsk_hark_msgs_gencpp ${PROJECT_NAME}_gencpp)

set_target_properties(jsk_rviz_plugins
Expand Down

0 comments on commit c66caf4

Please sign in to comment.