File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ option(ENABLE_FUZZING "Enable fuzzing builds" OFF)
18
18
option (USE_AFLPLUSPLUS "Use AFL++ instead of libFuzzer" OFF )
19
19
option (ENABLE_DEBUG "Enable debug build with full symbols" OFF )
20
20
option (FORCE_STATIC_LINKING "Force static linking of all dependencies" OFF )
21
+ find_package (ament_cmake REQUIRED )
22
+ find_package (gtest_vendor REQUIRED )
21
23
22
24
set (BASE_FLAGS "" )
23
25
Original file line number Diff line number Diff line change 13
13
<author >Davide Faconti</author >
14
14
15
15
<build_depend >ros_environment</build_depend >
16
+ <build_depend >ament_cmake</build_depend >
17
+ <build_depend >gtest_vendor</build_depend >
18
+
19
+ <exec_depend >ament_cmake</exec_depend >
20
+ <exec_depend >gtest_vendor</exec_depend >
21
+
16
22
17
23
<buildtool_depend condition =" $ROS_VERSION == 1" >catkin</buildtool_depend >
18
24
<depend condition =" $ROS_VERSION == 1" >roslib</depend >
You can’t perform that action at this time.
0 commit comments