Closed ivanpauno closed 4 years ago
Fixes https://github.com/osrf/docker_images/issues/403.
We use Connext Module with two different purposes:
In the first case, variables like Connext_GLIBCXX_USE_CXX11_ABI_ZERO aren't of interest.
Connext_GLIBCXX_USE_CXX11_ABI_ZERO
This PR does two changes:
Job config:
--packages-up-to rclcpp
--packages-select connext_cmake_module
Jobs (omitted arm64, connext not available there):
Fixes https://github.com/osrf/docker_images/issues/403.
We use Connext Module with two different purposes:
In the first case, variables like
Connext_GLIBCXX_USE_CXX11_ABI_ZERO
aren't of interest.This PR does two changes:
Connext_GLIBCXX_USE_CXX11_ABI_ZERO
if the project that find-pkged Connext Module doesn't have CXX language support (in that case, settingConnext_GLIBCXX_USE_CXX11_ABI_ZERO
is for sure not of interest).