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:
parent
d5cd40e988
commit
f4f124754d
|
@ -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 \
|
||||||
|
"
|
Loading…
Reference in New Issue