Skip to content

Commit

Permalink
Try using /usr/local/bin/cmake for focal and jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Feb 5, 2025
1 parent 588a50a commit a14a47e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/tasks/linux-packages/apache-arrow/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ override_dh_auto_configure:
else \
ARROW_AZURE=ON; \
fi; \
if [ "$${code_name}" = "focal" ] || [ "$${code_name}" = "jammy" ]; then \
CMAKE=/usr/local/bin/cmake \
fi; \
if dpkg -l nvidia-cuda-toolkit > /dev/null 2>&1; then \
ARROW_CUDA=ON; \
else \
Expand Down

0 comments on commit a14a47e

Please sign in to comment.