Skip to content

Commit

Permalink
xbwd does not use xxhash; xxhash dep fixed in rippled-2.2.0-b2
Browse files Browse the repository at this point in the history
  • Loading branch information
legleux committed Apr 4, 2024
1 parent 1e87a2b commit 3e6d7ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ find_package(OpenSSL REQUIRED)
find_package(SOCI REQUIRED)
find_package(Threads)
find_package(xrpl REQUIRED)
find_package(xxHash REQUIRED)

get_directory_property(has_parent PARENT_DIRECTORY)

Expand Down Expand Up @@ -153,7 +152,6 @@ target_link_libraries(${PROJECT_NAME}
fmt::fmt
OpenSSL::Crypto
OpenSSL::SSL
xxHash::xxhash
)

if(san)
Expand Down
3 changes: 1 addition & 2 deletions conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[requires]
fmt/10.1.1
openssl/1.1.1u
xrpl/2.2.0-b1
xrpl/2.2.0-b2
soci/4.0.3
xxhash/0.8.2

[generators]
CMakeDeps
Expand Down

0 comments on commit 3e6d7ec

Please sign in to comment.