Skip to content

Commit

Permalink
feat(cpp-client): Use arrow-16.0.0 on Windows. (deephaven#5844)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcferretti authored Jul 25, 2024
1 parent 45bf00b commit 215f3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp-client/deephaven/cmake/deephavenConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ find_dependency(Arrow 16.0.0)
find_dependency(ArrowFlight 16.0.0)
find_dependency(Immer)
find_dependency(Protobuf)
find_dependency(gRPC 1.63.0)
find_dependency(gRPC)
find_dependency(Threads)

include("${CMAKE_CURRENT_LIST_DIR}/deephavenTargets.cmake")
2 changes: 1 addition & 1 deletion cpp-client/deephaven/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],

"overrides": [
{ "name": "arrow", "version": "13.0.0#1" },
{ "name": "arrow", "version": "16.0.0" },
{ "name": "protobuf", "version": "4.25.1" }
]
}

0 comments on commit 215f3d7

Please sign in to comment.