Skip to content

Commit d86f35f

Browse files
committed
kagome-crates fixup
1 parent 2389507 commit d86f35f

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

src/crypto/ed25519.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

1010
namespace jam::crypto::ed25519 {

test-vectors/disputes/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

7-
find_package(schnorrkel_crust CONFIG REQUIRED)
8-
97
add_test_vector(disputes tiny full)
108

119
add_test_vector_libraries(disputes
1210
PkgConfig::libb2
13-
schnorrkel_crust::schnorrkel_crust
11+
schnorrkel::schnorrkel
1412
)
1513

vcpkg-overlay/kagome-crates/portfile.cmake

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,6 @@ vcpkg_cmake_configure(
1212
)
1313
vcpkg_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-
2715
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
2816
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
2917
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/lib/cmake")

0 commit comments

Comments
 (0)