Skip to content

Commit

Permalink
quote cmake_command et al
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjakubowski committed Nov 1, 2024
1 parent f85ee01 commit c8c9189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/arrow.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ ExternalProject_Add(apachearrow
TEST_COMMAND ""
# This patch is to work around https://github.com/apache/arrow/issues/44384
# It can be removed when a version of Arrow is released with https://github.com/apache/arrow/pull/44385
PATCH_COMMAND ${CMAKE_COMMAND} -E chdir <SOURCE_DIR> git apply ${CMAKE_SOURCE_DIR}/patches/fix_arrow_libtool.patch
PATCH_COMMAND "${CMAKE_COMMAND}" -E chdir <SOURCE_DIR> git apply "${CMAKE_SOURCE_DIR}"/patches/fix_arrow_libtool.patch
)

0 comments on commit c8c9189

Please sign in to comment.