Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JeetDSharma opened this issue Apr 15, 2024 · 1 comment
Open

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

JeetDSharma opened this issue Apr 15, 2024 · 1 comment

Comments

@JeetDSharma
Copy link

JeetDSharma commented Apr 15, 2024

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
Copy link
Collaborator

mvadari commented Apr 15, 2024

Conan 2.0 is not supported right now.

thejohnfreeman added a commit to thejohnfreeman/rippled that referenced this issue Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants