File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ endif()
1313
1414include (CheckLibraryExists )
1515
16+ find_package (ament_cmake REQUIRED )
1617find_package (ament_cmake_python REQUIRED )
17- find_package (ament_cmake_ros REQUIRED )
18+ find_package (ament_cmake_ros_core REQUIRED )
1819
1920# By default, without the settings below, find_package(Python3) will attempt
2021# to find the newest python version it can, and additionally will find the
Original file line number Diff line number Diff line change 1313
1414 <author email =" karsten@osrfoundation.org" >Karsten Knese</author >
1515
16- <buildtool_depend >ament_cmake_ros</buildtool_depend >
16+ <buildtool_depend >ament_cmake</buildtool_depend >
17+ <buildtool_depend >ament_cmake_ros_core</buildtool_depend >
1718 <buildtool_depend >python3-empy</buildtool_depend >
1819
1920 <depend >libatomic</depend >
You can’t perform that action at this time.
0 commit comments