Skip to content

Commit

Permalink
Update CMakeLists.txt (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToshikiNakamura0412 authored May 6, 2024
1 parent 0ff1e66 commit d44be98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ target_link_libraries(local_goal_creator_node ${catkin_LIBRARIES})
## Testing ##
#############
if(CATKIN_ENABLE_TESTING)
find_package(rostest REQUIRED)
find_package(roslint REQUIRED)
roslint_cpp()
roslint_add_test()
find_package(rostest REQUIRED)
find_package(roslint REQUIRED)
roslint_cpp()
roslint_add_test()
endif()

0 comments on commit d44be98

Please sign in to comment.