Reranko05 commented on code in PR #51038:
URL: https://github.com/apache/arrow/pull/51038#discussion_r4065767207


##########
cpp/cmake_modules/ThirdpartyToolchain.cmake:
##########
@@ -2833,11 +2833,7 @@ function(build_simdjson)
                        URL_HASH 
"SHA256=${ARROW_SIMDJSON_BUILD_SHA256_CHECKSUM}")
 
   prepare_fetchcontent()
-
-  # simdjson enables precompiled headers unconditionally.
-  # Recompiling simdjson.cpp against it produces differing artifacts
-  # Disable precompiled headers to avoid reproducible build failures.
-  set(CMAKE_DISABLE_PRECOMPILE_HEADERS ON)
+  set(SIMDJSON_ENABLE_THREADS ${ARROW_ENABLE_THREADING})

Review Comment:
   Added.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to