Skip to content

Commit

Permalink
Merge pull request pal-robotics#4 from job-1994/master
Browse files Browse the repository at this point in the history
Added the dependency line which forces the catkin_make to first build…
  • Loading branch information
Sammy Pfeiffer authored Jul 19, 2016
2 parents a5a2117 + 830a1e5 commit 981880c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ add_library(${PROJECT_NAME} src/gazebo_ros_link_attacher.cpp)

## Specify libraries to link a library or executable target against
target_link_libraries(${PROJECT_NAME} ${catkin_LIBRARIES} ${GAZEBO_LIBRARIES})
add_dependencies(${PROJECT_NAME} ${${PROJECT_NAME}_EXPORTED_TARGETS})


#############
Expand Down

0 comments on commit 981880c

Please sign in to comment.