pitrou commented on code in PR #45097: URL: https://github.com/apache/arrow/pull/45097#discussion_r1905424646
########## cpp/cmake_modules/ThirdpartyToolchain.cmake: ########## @@ -1777,13 +1777,28 @@ macro(build_thrift) set(THRIFT_DEPENDENCIES ${THRIFT_DEPENDENCIES} boost_ep) endif() + set(THRIFT_PATCH_COMMAND) + if(CMAKE_COMPILER_IS_GNUCC AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 15.0) Review Comment: Why make this conditional? The patch should always be valid anyway. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org