-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[bug] failed to get spdlog with conan 2.0 #13940
Comments
The Furthermore, it is very likely that recipes from ConanCenter are still not Conan 2.0 ready, as the migration is an ongoing effort, but it is still not done to all recipes, and even some recipes that seems to be almost ready, might have small regressions. So this doesn't seem a Conan issue, in that case it might be closed, please check it and let us know. Thanks. |
Okay, thanks for the heads up. I am a little surprised though since If I have any more issues like this, where can I leave a bug report at? |
https://github.com/conan-io/conan-center-index is the repo you want to use for everything related to recipes of ConanCenter I am checking also the 2.0 effort summary issue in #12888, and indeed spdlog seems green there. But also, if I check the latest spdlog recipe in https://github.com/conan-io/conan-center-index/blob/master/recipes/spdlog/all/conanfile.py, it contains a |
The issue is not with
Should be fixed with #13939 with these changes locally I am able to get started with If you want to try things locally, you can build my PR using |
Then, definitely not a Conan issue, so transferring this issue to conan-center-index repo. Thanks @prince-chrismc ! |
New to Conan, decided it would be okay to start using 2.0. I tried to setup a simple conan file to grab
spdlog
:Using that
zlib
tutorial as a template. Theconan install . --output-folder=build --build=missing
command failed, here is the output:Environment Details (include every applicable attribute)
pip install conan --pre
I see that
cmake_layout
is missing:The text was updated successfully, but these errors were encountered: