Skip to content

Commit 10ef3e5

Browse files
committed
fix windows build
1 parent 2cfd715 commit 10ef3e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ function(resolve_arrow_dependency)
8080
set(ARROW_POSITION_INDEPENDENT_CODE
8181
ON
8282
CACHE BOOL "" FORCE)
83+
set(ARROW_DEPENDENCY_SOURCE
84+
"AUTO"
85+
CACHE STRING "" FORCE)
8386

8487
fetchcontent_declare(Arrow
8588
${FC_DECLARE_COMMON_OPTIONS}

0 commit comments

Comments
 (0)