We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363a7ce commit 79d468bCopy full SHA for 79d468b
cpp/cmake_modules/ThirdpartyToolchain.cmake
@@ -3480,9 +3480,8 @@ function(build_google_cloud_cpp_storage)
3480
# Workaround missing BCRYPT_RSA_ALG_HANDLE macro in older MinGW-w64 headers.
3481
# google-cloud-cpp v3+ uses it without guards in sign_using_sha256.cc.
3482
set(GOOGLE_CLOUD_CPP_PATCH_COMMAND)
3483
- if(MINGW AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "9")
3484
- # This is for RTools 40. We can remove this after we dropped
3485
- # support for R < 4.2.
+ if(MINGW AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "11")
+ # This is for RTools 40.
3486
find_program(PATCH patch)
3487
if(PATCH)
3488
set(GOOGLE_CLOUD_CPP_PATCH_COMMAND
0 commit comments