Skip to content

Commit

Permalink
Use full path to CMake on Program Files
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jan 22, 2025
1 parent 089a981 commit 9ae7ca1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/scripts/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ build() {
# MSYS2_ARG_CONV_EXCL is needed to prevent autoconverting CMAKE_INSTALL_PREFIX
# to Windows paths. See https://www.msys2.org/docs/filesystem-paths/#process-arguments

# We require the full path to the CMake executable in order to build Arrow
# which is in the Program Files directory: "/c/Program Files/CMake/bin/cmake"
MSYS2_ARG_CONV_EXCL="-DCMAKE_INSTALL_PREFIX=" \
cmake \
"${PROGRAMFILES}\CMake\bin\cmake.exe" \
${ARROW_CPP_DIR} \
-G "MSYS Makefiles" \
-DARROW_ACERO=ON \
Expand Down

0 comments on commit 9ae7ca1

Please sign in to comment.