DRAFT ament-cmake_common.inc: Correct ROS_BUILT_TYPE

ROS_DISTRO-cache.yaml has <build_type> as ament_cmake
This commit is contained in:
Herb Kuta 2019-05-01 18:16:54 -07:00
parent 4bd03abaf1
commit a9008d6cdb
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Copyright (c) 2019 LG Electronics, Inc.
# ROS_DISTRO-cache.yaml has <build_type> as ament_cmake -- huh?
ROS_BUILD_TYPE = "cmake"
inherit python3native