Skip to content

Commit

Permalink
Alphabetize
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyZe committed Jul 16, 2024
1 parent d2be2f1 commit 81828fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic)
endif()

set(THIS_PACKAGE_INCLUDE_DEPENDS cv_bridge ai_prompt_msgs rclcpp sensor_msgs)
set(THIS_PACKAGE_INCLUDE_DEPENDS ai_prompt_msgs cv_bridge rclcpp sensor_msgs)

find_package(ament_cmake REQUIRED)
find_package(CURL REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<buildtool_depend>ament_cmake</buildtool_depend>

<depend>cv_bridge</depend>
<depend>ai_prompt_msgs</depend>
<depend>cv_bridge</depend>
<depend>rclcpp</depend>
<depend>sensor_msgs</depend>

Expand Down

0 comments on commit 81828fe

Please sign in to comment.