Switch rcl_lifecyle to ament_cmake_ros (#186)
This commit is contained in:
parent
d811463b99
commit
9f92f8fa37
2 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
|
|||
|
||||
project(rcl_lifecycle)
|
||||
|
||||
find_package(ament_cmake REQUIRED)
|
||||
find_package(ament_cmake_ros REQUIRED)
|
||||
|
||||
find_package(lifecycle_msgs REQUIRED)
|
||||
find_package(rcl REQUIRED)
|
||||
|
@ -38,7 +38,6 @@ set_source_files_properties(
|
|||
### C-Library depending only on RCL
|
||||
add_library(
|
||||
rcl_lifecycle
|
||||
SHARED
|
||||
${rcl_lifecycle_sources})
|
||||
|
||||
ament_target_dependencies(rcl_lifecycle
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<maintainer email="karsten@osrfoundation.org">Karsten Knese</maintainer>
|
||||
<license>Apache License 2.0</license>
|
||||
|
||||
<buildtool_depend>ament_cmake</buildtool_depend>
|
||||
<buildtool_depend>ament_cmake_ros</buildtool_depend>
|
||||
<buildtool_depend>rosidl_default_generators</buildtool_depend>
|
||||
|
||||
<build_depend>lifecycle_msgs</build_depend>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue