jonkeane commented on a change in pull request #10710:
URL: https://github.com/apache/arrow/pull/10710#discussion_r689129527
##########
File path: cpp/cmake_modules/ThirdpartyToolchain.cmake
##########
@@ -837,7 +837,17 @@ set(Boost_ADDITIONAL_VERSIONS
# so we first need to determine whether we're building it
if(ARROW_WITH_THRIFT AND Thrift_SOURCE STREQUAL "AUTO")
Review comment:
```suggestion
if(ARROW_WITH_THRIFT AND (Thrift_SOURCE STREQUAL "AUTO" OR Thrift_SOURCE
STREQUAL "SYSTEM"))
```
--
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]