From 9f92f8fa37297595b8593bdf499d0cae40b3fc9e Mon Sep 17 00:00:00 2001 From: dhood Date: Mon, 20 Nov 2017 14:41:25 -0800 Subject: [PATCH] Switch rcl_lifecyle to ament_cmake_ros (#186) --- rcl_lifecycle/CMakeLists.txt | 3 +-- rcl_lifecycle/package.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/rcl_lifecycle/CMakeLists.txt b/rcl_lifecycle/CMakeLists.txt index 2a2b42c..f9cb0ae 100644 --- a/rcl_lifecycle/CMakeLists.txt +++ b/rcl_lifecycle/CMakeLists.txt @@ -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 diff --git a/rcl_lifecycle/package.xml b/rcl_lifecycle/package.xml index dfa535b..7990b81 100644 --- a/rcl_lifecycle/package.xml +++ b/rcl_lifecycle/package.xml @@ -7,7 +7,7 @@ Karsten Knese Apache License 2.0 - ament_cmake + ament_cmake_ros rosidl_default_generators lifecycle_msgs