Skip to content

Commit

Permalink
update tassl (FISCO-BCOS#4289)
Browse files Browse the repository at this point in the history
  • Loading branch information
bxq2011hust authored Mar 8, 2024
1 parent 84aff0f commit d66b7c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions bcos-storage/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ list(APPEND SRC_LIST bcos-storage/RocksDBStorage.cpp)
set(LIB_LIST ${TABLE_TARGET} bcos-framework Boost::serialization Boost::filesystem zstd::libzstd_static RocksDB::rocksdb ittapi)

if(WITH_TIKV)
find_package(gRPC CONFIG REQUIRED)
# find_package(gRPC CONFIG REQUIRED)
include(ProjectTiKVClient)
list(APPEND SRC_LIST bcos-storage/TiKVStorage.cpp)
list(APPEND LIB_LIST kv_client gRPC::gpr gRPC::upb gRPC::grpc gRPC::grpc++)
list(APPEND LIB_LIST kv_client)
# list(APPEND LIB_LIST kv_client gRPC::gpr gRPC::upb gRPC::grpc gRPC::grpc++)
endif()

add_library(${STORAGE_TARGET} ${SRC_LIST})
Expand Down
2 changes: 1 addition & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"kind": "git",
"repository": "https://github.com/FISCO-BCOS/registry",
"baseline": "d78ffaf5479a11863f896ee7a8267930f5dc3e6d",
"baseline": "a21d1b3f95d8fb443ed827f5a7a5f40114e80767",
"packages": [
"openssl",
"evmone",
Expand Down

0 comments on commit d66b7c1

Please sign in to comment.