Skip to content

Commit

Permalink
Try using cmake instead of cmake3
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jan 24, 2025
1 parent e820217 commit b09c581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
%define arrow_cmake_install %cmake_install
%else
%define arrow_cmake_builddir build
%define arrow_cmake %cmake3 -S . -B %{arrow_cmake_builddir}
%define arrow_cmake %cmake -S . -B %{arrow_cmake_builddir}
%define arrow_cmake_build make -C %{arrow_cmake_builddir} %{?_smp_mflags}
%define arrow_cmake_install DESTDIR="%{buildroot}" make -C %{arrow_cmake_builddir} install
%endif
Expand Down

0 comments on commit b09c581

Please sign in to comment.