XRPLF / rippled

Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger protocol in C++
https://xrpl.org
ISC License
4.48k stars 1.45k forks source link

update conanfile.py for conan2 (Version: 2.2.0) #4990

Open JeetDSharma opened 2 months ago

JeetDSharma commented 2 months ago

While building rippled and upon running the command: conan install .. --output-folder . --build missing --settings build_type=Debug

The following error is encountered: Error while initializing options. The usage of package names cassandra-cpp-driver:shared in options is deprecated, use a pattern like cassandra-cpp-driver/*:shared instead

As conan2 all patterns now, needs "*"

Hence we need to update conanfile.py to -o pkg*:option=value

Environment Operating System: Ubuntu 22.04.4 Conan Version: 2.2.2

mvadari commented 2 months ago

Conan 2.0 is not supported right now.