From dd518f9add9929bf39789e6bce3badd66fef73e8 Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Mon, 9 Dec 2024 21:49:32 +0000 Subject: [PATCH] Mark everything under /opt/ros a system header --- .github/workflows/reusable-industrial-ci-with-cache.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reusable-industrial-ci-with-cache.yml b/.github/workflows/reusable-industrial-ci-with-cache.yml index 5124518..c48dfb3 100644 --- a/.github/workflows/reusable-industrial-ci-with-cache.yml +++ b/.github/workflows/reusable-industrial-ci-with-cache.yml @@ -118,6 +118,7 @@ jobs: ADDITIONAL_DEBS: ${{ inputs.additional_debs }} CC: ${{ inputs.c_compiler }} CXX: ${{ inputs.cxx_compiler }} + CMAKE_ARGS: -DCMAKE_CXX_FLAGS=-isystem /opt/ros/${{ inputs.ros_distro }}/include id: ici - name: Download issue template for target failure # Has to be a local file if: ${{ always() && steps.ici.outcome == 'failure' && github.event_name == 'schedule' }}