We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0662a commit a54ed56Copy full SHA for a54ed56
webrtc/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.5)
2
project(webrtc)
3
4
if(NOT IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/build/depot_tools" OR
webrtc_ros/CMakeLists.txt
@@ -12,6 +12,7 @@ find_package(webrtc REQUIRED)
12
find_package(X11 REQUIRED)
13
find_package(jsoncpp REQUIRED)
14
find_package(OpenCV REQUIRED)
15
+find_package(ament_index_cpp REQUIRED)
16
17
18
###########
@@ -58,6 +59,7 @@ ament_target_dependencies(
58
59
rclcpp
60
std_msgs
61
webrtc_ros_msgs
62
+ ament_index_cpp
63
64
)
65
@@ -109,4 +111,4 @@ install(DIRECTORY scripts
109
111
110
112
113
-ament_package()
114
+ament_package()
0 commit comments