Skip to content

Commit 7679c91

Browse files
committed
Disable building of python interface for hpp-fcl
1 parent 6b38910 commit 7679c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
with:
4949
ccache-prefix: ${{ matrix.distro }}
5050
vcs-file: dependencies.repos
51-
upstream-args: --cmake-args -DCMAKE_BUILD_TYPE=Release
51+
upstream-args: --cmake-args -DCMAKE_BUILD_TYPE=Release -DBUILD_PYTHON_INTERFACE=OFF
5252
target-path: target_ws/src
5353
target-args: --cmake-args -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_TESTING=ON

0 commit comments

Comments
 (0)