You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… is needed (#45569)
### Rationale for this change
Required dependencies checks must be done automatically.
### What changes are included in this PR?
* Fix variable name
* Fix check order
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* GitHub Issue: #45568
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Describe the bug, including details regarding any error messages, version, and platform.
arrow/cpp/cmake_modules/ThirdpartyToolchain.cmake
Lines 389 to 395 in ec3d283
This part is wrong:
ARROW_THRIFT
is a wrong variable name. It should beARROW_WITH_THRIFT
.ARROW_THRIFT
check must be done afterARROW_PARQUET
check because theARROW_PARQUET
check may setARROW_WITH_THRIFT
.Component(s)
C++
The text was updated successfully, but these errors were encountered: