-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update c++ base images (#6073)
- Loading branch information
1 parent
ca4ccb9
commit 5a6bdc1
Showing
27 changed files
with
66,912 additions
and
54,678 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
include(CMakeFindDependencyMacro) | ||
find_dependency(Arrow 16.0.0) | ||
find_dependency(ArrowFlight 16.0.0) | ||
find_dependency(Immer) | ||
find_dependency(Protobuf) | ||
find_dependency(gRPC) | ||
find_dependency(Threads) | ||
find_dependency(Arrow CONFIG REQUIRED) | ||
find_dependency(ArrowFlight CONFIG REQUIRED) | ||
find_dependency(Immer CONFIG REQUIRED) | ||
find_dependency(Protobuf CONFIG REQUIRED) | ||
find_dependency(gRPC CONFIG REQUIRED) | ||
find_dependency(Threads REQUIRED) | ||
|
||
include("${CMAKE_CURRENT_LIST_DIR}/deephavenTargets.cmake") |
Oops, something went wrong.