Skip to content

Commit

Permalink
use ament_cmake_ros
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Aug 20, 2018
1 parent 162abd2 commit a7c51a8
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
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)
project(web_video_server)

find_package(ament_cmake REQUIRED)
find_package(ament_cmake_ros REQUIRED)

find_package(async_web_server_cpp REQUIRED)
find_package(cv_bridge REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<url type="bugtracker">https://github.com/RobotWebTools/web_video_server/issues</url>
<url type="repository">https://github.com/RobotWebTools/web_video_server</url>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_ros</buildtool_depend>

<build_depend>rclcpp</build_depend>
<build_depend>cv_bridge</build_depend>
Expand Down

0 comments on commit a7c51a8

Please sign in to comment.