wgtmac commented on code in PR #2301:
URL: https://github.com/apache/orc/pull/2301#discussion_r2167056620


##########
c++/src/meson.build:
##########
@@ -173,6 +173,8 @@ source_files += files(
 
 incdir = include_directories('../include')
 orc_format_proto_dep = dependency('orc_format_proto')
+# zstd requires us to add the threads
+threads_dep = dependency('threads')

Review Comment:
   @dongjoon-hyun Thanks for the info! It seems that we need to bump version of 
protobuf to make the Windows 2025 CI happy.
   
   @WillAyd It may or may not work out of box. But I think we can postpone this 
until required to do.



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