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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue