Skip to content

Commit

Permalink
Add comment for google-cloud-cpp patch
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Jun 25, 2022
1 parent 1f9f9de commit 2dbed38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4023,6 +4023,8 @@ macro(build_google_cloud_cpp_storage)
if(CMAKE_VERSION VERSION_GREATER 3.9)
find_package(Patch)
if(Patch_FOUND)
# This patch is for google-cloud-cpp <= 1.42.0
# Upstreamed: https://github.com/googleapis/google-cloud-cpp/pull/9345
set(GOOGLE_CLOUD_CPP_PATCH_COMMAND
${Patch_EXECUTABLE} "<SOURCE_DIR>/cmake/FindCurlWithTargets.cmake"
"${CMAKE_SOURCE_DIR}/build-support/google-cloud-cpp-curl-static-windows.patch")
Expand Down

0 comments on commit 2dbed38

Please sign in to comment.