kou opened a new issue, #47203: URL: https://github.com/apache/arrow/issues/47203
### Describe the enhancement requested Apache Thrift specifies `CMAKE_DEBUG_POSTFIX=d` by default: https://github.com/apache/thrift/blob/458eb327a7a652e554551d66e3db12e483c4fc91/build/cmake/DefinePlatformSpecifc.cmake#L24 If we don't specify `CMAKE_DEBUG_POSTFIX` explicitly, `d` is used. Now, we use FetchContent not ExternalProject for bundled Apache Thrift. The `d` configuration may be used other places. So we should set empty `CMAKE_DEBUG_POSTFIX` when we build bundled Apache Thrift. ### Component(s) C++ -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org