You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: