Skip to content

Commit f4386b0

Browse files
committed
cmake
1 parent 76ee292 commit f4386b0

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
@@ -2612,6 +2612,9 @@ macro(build_simdjson)
26122612

26132613
# Ensure bundled headers take precedence over system/conda/vcpkg versions
26142614
include_directories(BEFORE SYSTEM "${SIMDJSON_INCLUDE_DIR}")
2615+
2616+
# Add to bundled static libs so it gets merged into arrow_bundled_dependencies
2617+
list(APPEND ARROW_BUNDLED_STATIC_LIBS simdjson::simdjson)
26152618
endmacro()
26162619

26172620
if(ARROW_WITH_SIMDJSON)

0 commit comments

Comments
 (0)