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


##########
cpp/CMakeLists.txt:
##########
@@ -861,6 +857,12 @@ if(ARROW_USE_XSIMD)
   list(APPEND ARROW_STATIC_LINK_LIBS ${ARROW_XSIMD})
 endif()
 
+if(ARROW_WITH_PROTOBUF)

Review Comment:
   ```suggestion
   # This should be done after if(ARROW_ORC) and if(ARROW_WITH_OPENTELEMETRY)
   # because they depend on Protobuf.
   if(ARROW_WITH_PROTOBUF)
   ```



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