DRAFT sros2-cmake-0.6.3.inc: Fix ROS_BUILD_TYPE, dependencies

Version-specific because it might be fixed in a new version.
This commit is contained in:
JeongBong Seo 2019-04-05 15:34:33 +09:00 committed by Herb Kuta
parent d5cd40e988
commit f4f124754d
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# Copyright (c) 2019 LG Electronics, Inc.
# sros2-cmake is a ament dependent package but package.xml has 'cmake' as build_type.
ROS_BUILD_TYPE = "ament_cmake"
ROS_BUILDTOOL_DEPENDS += " \
ament-cmake-core-native \
ament-package-native \
"