We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ee292 commit f4386b0Copy full SHA for f4386b0
cpp/cmake_modules/ThirdpartyToolchain.cmake
@@ -2612,6 +2612,9 @@ macro(build_simdjson)
2612
2613
# Ensure bundled headers take precedence over system/conda/vcpkg versions
2614
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)
2618
endmacro()
2619
2620
if(ARROW_WITH_SIMDJSON)
0 commit comments