kou commented on code in PR #50792:
URL: https://github.com/apache/arrow/pull/50792#discussion_r3716462052


##########
cpp/cmake_modules/ThirdpartyToolchain.cmake:
##########
@@ -2448,6 +2448,12 @@ macro(build_substrait)
 
   add_library(substrait STATIC ${SUBSTRAIT_SOURCES})
   set_target_properties(substrait PROPERTIES POSITION_INDEPENDENT_CODE ON)
+  if(CMAKE_SYSTEM_NAME STREQUAL "Emscripten")

Review Comment:
   Can we remove this condition? (Can we always set `CXX_VISIBILITY_PRESET` and 
`VISIBILITY_INLINES_HIDDEN`?)



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