From 7679c91825c21e97d57cd9150dcf20652a342a27 Mon Sep 17 00:00:00 2001 From: Roelof Oomen Date: Tue, 6 Feb 2024 14:23:55 +0100 Subject: [PATCH] Disable building of python interface for hpp-fcl --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 8974926c9e1..aabb73acee2 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -48,6 +48,6 @@ jobs: with: ccache-prefix: ${{ matrix.distro }} vcs-file: dependencies.repos - upstream-args: --cmake-args -DCMAKE_BUILD_TYPE=Release + upstream-args: --cmake-args -DCMAKE_BUILD_TYPE=Release -DBUILD_PYTHON_INTERFACE=OFF target-path: target_ws/src target-args: --cmake-args -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_TESTING=ON