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


##########
cpp/cmake_modules/ThirdpartyToolchain.cmake:
##########
@@ -137,6 +138,10 @@ if(ARROW_DEPENDENCY_SOURCE STREQUAL "CONDA")
   if("${GTest_SOURCE}" STREQUAL "")
     set(GTest_SOURCE "AUTO")
   endif()
+  # simdjson is not commonly available in conda, so we allow auto fallback.
+  if("${simdjson_SOURCE}" STREQUAL "")
+    set(simdjson_SOURCE "AUTO")
+  endif()

Review Comment:
   Removed the fallback



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