-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Support Conan 2 #212
Comments
This cannot be reproduced inside CI. Can you provide a minimal reproducible example? What version of Conan do you have installed? |
MacOS 13.3.1 on M1 Max machine. |
The official cmake support for conan 2.0 is experimental (see the README in conan-io/cmake-conan). Also, this repo hasn't update to the conan 2.0 version. The way you use conan 2.0 with this repo for now, is to disable it in project_options options and run conan separately (see conan 2.0 tutorial for help if you need). I found this way is more useful (for now), as conan will generate CMakeUserPresets.json for you, so multiple toolchains can be configured easily by simply adding a conan profile. My conan 2.0 template might help, but I documented it badly. |
@FeignClaims It was really helpful for most of the things other than google test. Do you have setup for the google test somewhere? |
@nilanjan By running |
Conan 2 support is still experimental. Not sure if we should start adding it to project_options yet. There are also some issues with the latest released version (See #184) Windows tests with LLVM and MSVC fail to build. Seems to be related to: |
Is there anyone interested in integrating CMake Conan 2? Contributions are welcome. |
I am trying to enable conan and facing the following error. Also can I get conan_extra_options?
-- Conan: Adding conancenter remote repository (https://center.conan.io/) verify ssl (True)
-- Configuring incomplete, errors occurred!
Upvote & Fund
I am using Polar.sh so you can upvote and help fund this issue. The funding is received once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered: