assignUser commented on code in PR #43766: URL: https://github.com/apache/arrow/pull/43766#discussion_r1729656408
########## cpp/cmake_modules/ThirdpartyToolchain.cmake: ########## @@ -1191,57 +1194,6 @@ set(Boost_USE_MULTITHREADED ON) if(MSVC AND ARROW_USE_STATIC_CRT) set(Boost_USE_STATIC_RUNTIME ON) endif() -set(Boost_ADDITIONAL_VERSIONS Review Comment: Do we not need to keep this around for anyone running an older cmake version + boost without the config? (our min is 3.16 after all) -- 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]
