Chores: Sort package list (#5963)

This commit is contained in:
Olek
2025-10-29 12:55:07 -04:00
committed by GitHub
parent c9346cd40d
commit d66e3c949e
3 changed files with 3 additions and 3 deletions

View File

@@ -119,8 +119,8 @@ endif()
find_package(nudb REQUIRED)
find_package(date REQUIRED)
find_package(xxHash REQUIRED)
find_package(wasm-xrplf REQUIRED)
find_package(xxHash REQUIRED)
target_link_libraries(ripple_libs INTERFACE
ed25519::ed25519

View File

@@ -62,10 +62,10 @@ target_link_libraries(xrpl.imports.main
date::date
ed25519::ed25519
secp256k1::secp256k1
wasm-xrplf::wasm-xrplf
xrpl.libpb
xxHash::xxhash
$<$<BOOL:${voidstar}>:antithesis-sdk-cpp>
wasm-xrplf::wasm-xrplf
)
if (WIN32)

View File

@@ -30,8 +30,8 @@ class Xrpl(ConanFile):
'nudb/2.0.9',
'openssl/3.5.4',
'soci/4.0.3',
'zlib/1.3.1',
'wasm-xrplf/2.4.1-xrplf',
'zlib/1.3.1',
]
test_requires = [