Skip to content

Commit

Permalink
Fix dependency of unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
RonaldEnsing committed Jul 27, 2018
1 parent e1d2e58 commit 77fa80d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include_directories(${catkin_INCLUDE_DIRS})
catkin_add_gtest(vision_msgs_test main.cpp)
catkin_add_gtest(vision_msgs_test main.cpp)
add_dependencies(vision_msgs_test ${${PROJECT_NAME}_EXPORTED_TARGETS})

0 comments on commit 77fa80d

Please sign in to comment.