Skip to content

Commit

Permalink
Fix dependices version (FISCO-BCOS#4595)
Browse files Browse the repository at this point in the history
  • Loading branch information
morebtcg authored and kyonRay committed Sep 18, 2024
1 parent 32852be commit 0d28e0e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 29 deletions.
2 changes: 1 addition & 1 deletion cmake/ProjectGroupSig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ file(MAKE_DIRECTORY ${GROUPSIG_INCLUDE_DIR}) # Must exist.

find_package(cryptopp CONFIG REQUIRED)
set_property(TARGET GroupSig PROPERTY IMPORTED_LOCATION ${GROUPSIG_LIBRARY})
set_property(TARGET GroupSig PROPERTY INTERFACE_LINK_LIBRARIES PbcSig Pbc Gmp cryptopp-static)
set_property(TARGET GroupSig PROPERTY INTERFACE_LINK_LIBRARIES PbcSig Pbc Gmp cryptopp::cryptopp)
set_property(TARGET GroupSig PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${GROUPSIG_INCLUDE_DIR} ${DEPS_INCLUDE_DIR})
add_dependencies(GroupSig GroupSigLib)
unset(SOURCE_DIR)
12 changes: 6 additions & 6 deletions tools/archive-tool/archive-reader/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 1 addition & 22 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@
]
},
"zstd",
{
"name": "protobuf",
"version>=": "3.19.4"
},
{
"name": "cryptopp",
"version>=": "8.6.0"
Expand All @@ -103,6 +99,7 @@
"version>=": "1.3.2"
},
"zstd",
"protobuf",
"tarscpp"
]
},
Expand Down Expand Up @@ -244,11 +241,6 @@
"name": "tbb",
"version": "2021.8.0"
},
{
"name": "zlib",
"version": "1.2.12",
"port-version": 1
},
{
"name": "fmt",
"version": "8.1.1"
Expand All @@ -262,11 +254,6 @@
"version": "0.12.0",
"port-version": 1
},
{
"name": "grpc",
"version": "1.51.1",
"port-version": 1
},
{
"name": "abseil",
"version": "20230802.1"
Expand All @@ -283,14 +270,6 @@
"name": "redis-plus-plus",
"version": "1.3.10"
},
{
"name": "protobuf",
"version": "3.19.4"
},
{
"name": "cryptopp",
"version": "8.6.0"
},
{
"name": "hiredis",
"version": "1.0.2"
Expand Down

0 comments on commit 0d28e0e

Please sign in to comment.