chore: update gRPC dependency configuration in CMake
- Incremented cache revision in dependencies.lock to trigger CPM cache invalidation. - Modified gRPC package configuration to disable submodule recursion and enable shallow cloning for improved fetch efficiency. Benefits: - Ensures up-to-date dependency management and optimizes the build process.
This commit is contained in:
@@ -10,6 +10,7 @@ set(YAML_CPP_VERSION "0.8.0" CACHE STRING "yaml-cpp version")
|
||||
set(GRPC_VERSION "1.75.1" CACHE STRING "gRPC version")
|
||||
set(PROTOBUF_VERSION "3.25.1" CACHE STRING "Protobuf version")
|
||||
set(ABSEIL_VERSION "20240116.0" CACHE STRING "Abseil version")
|
||||
# Cache revision: increment to force CPM cache invalidation (current: 2)
|
||||
|
||||
# Testing
|
||||
set(GTEST_VERSION "1.14.0" CACHE STRING "Google Test version")
|
||||
|
||||
Reference in New Issue
Block a user