File tree Expand file tree Collapse file tree 3 files changed +2
-16
lines changed
vcpkg-overlay/kagome-crates Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 44 * SPDX-License-Identifier: Apache-2.0
55 */
66
7- #include < schnorrkel_crust .h>
7+ #include < schnorrkel/schnorrkel .h>
88#include < qtils/bytes.hpp>
99
1010namespace jam ::crypto::ed25519 {
Original file line number Diff line number Diff line change 44# SPDX-License-Identifier: Apache-2.0
55#
66
7- find_package (schnorrkel_crust CONFIG REQUIRED)
8-
97add_test_vector(disputes tiny full)
108
119add_test_vector_libraries(disputes
1210 PkgConfig::libb2
13- schnorrkel_crust::schnorrkel_crust
11+ schnorrkel::schnorrkel
1412)
1513
Original file line number Diff line number Diff line change @@ -12,18 +12,6 @@ vcpkg_cmake_configure(
1212)
1313vcpkg_cmake_install()
1414
15- # Rename the share directory to match the package name qdrvm-crates
16- file (RENAME
17- "${CURRENT_PACKAGES_DIR} /share/kagome-crates"
18- "${CURRENT_PACKAGES_DIR} /share/qdrvm-crates"
19- )
20-
21- # The config file is actually created with this name
22- file (RENAME
23- "${CURRENT_PACKAGES_DIR} /share/qdrvm-crates/kagome-crates-config.cmake"
24- "${CURRENT_PACKAGES_DIR} /share/qdrvm-crates/qdrvm-cratesConfig.cmake"
25- )
26-
2715file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/include" )
2816file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/share" )
2917file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/lib/cmake" )
You can’t perform that action at this time.
0 commit comments