kou commented on PR #51038:
URL: https://github.com/apache/arrow/pull/51038#issuecomment-5709007123

   ```diff
   diff --git a/cpp/cmake_modules/ThirdpartyToolchain.cmake 
b/cpp/cmake_modules/ThirdpartyToolchain.cmake
   index 56f781bb7c..b65a13c8a0 100644
   --- a/cpp/cmake_modules/ThirdpartyToolchain.cmake
   +++ b/cpp/cmake_modules/ThirdpartyToolchain.cmake
   @@ -2833,6 +2833,7 @@ function(build_simdjson)
                           URL_HASH 
"SHA256=${ARROW_SIMDJSON_BUILD_SHA256_CHECKSUM}")
    
      prepare_fetchcontent()
   +  set(SIMDJSON_ENABLE_THREADS ${ARROW_ENABLE_THREADING})
    
      fetchcontent_makeavailable(simdjson)
    
   ```


-- 
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