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

conan build complains about missing CMakePresets.json #3

Open
scottsha opened this issue Jan 19, 2023 · 1 comment
Open

conan build complains about missing CMakePresets.json #3

scottsha opened this issue Jan 19, 2023 · 1 comment

Comments

@scottsha
Copy link

Experiencing a cmake build error using:
cmake version 3.25.1
Conan version 1.57.0

The conan build step fails after looking for a CMakePresets.json.
I get a CMakeUserPresets.json generated in the root dir, which points to the path:

pyArcus/build/Release/generators/CMakePresets.json

but that CMakePresets.json isn't generated there (or anywhere I can find) at conan install .
As I understand the docs
this should be called in the generate method, but I'm not sure how to debug the conan install process.

@jellespijker
Copy link
Member

conan 1.57.0 introduced a breaking change, which we didn't ported yet. please downgrade to Conan 1.56.0 for now

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