mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 20:05:51 +00:00
@@ -1 +1 @@
|
|||||||
find_package(xrpl-tmp REQUIRED CONFIG)
|
find_package(xrpl REQUIRED CONFIG)
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ class Clio(ConanFile):
|
|||||||
'protobuf/3.21.9',
|
'protobuf/3.21.9',
|
||||||
'grpc/1.50.1',
|
'grpc/1.50.1',
|
||||||
'openssl/1.1.1u',
|
'openssl/1.1.1u',
|
||||||
'xrpl-tmp/2.2.0-rc2',
|
'xrpl/2.2.0-rc3',
|
||||||
'libbacktrace/cci.20210118'
|
'libbacktrace/cci.20210118'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ target_link_libraries(
|
|||||||
libbacktrace::libbacktrace
|
libbacktrace::libbacktrace
|
||||||
fmt::fmt
|
fmt::fmt
|
||||||
openssl::openssl
|
openssl::openssl
|
||||||
xrpl-tmp::libxrpl
|
xrpl::libxrpl
|
||||||
Threads::Threads
|
Threads::Threads
|
||||||
clio_options
|
clio_options
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user