Skip to content

Commit 05506fa

Browse files
committed
update
1 parent 68cc6f2 commit 05506fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpp/cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2637,6 +2637,9 @@ function(build_fsst)
26372637
endfunction()
26382638

26392639
if(ARROW_WITH_FSST)
2640+
if("${fsst_SOURCE}" STREQUAL "")
2641+
set(fsst_SOURCE "BUNDLED")
2642+
endif()
26402643
resolve_dependency(fsst IS_RUNTIME_DEPENDENCY FALSE)
26412644
endif()
26422645

0 commit comments

Comments
 (0)