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
As per this documentation, conan install is invoked within cmake.
My issue is: I have to provide different profile path to conan install. How can I do this?
Best Regards
Laxmi
Have you read the CONTRIBUTING guide?
I've read the CONTRIBUTING guide
The text was updated successfully, but these errors were encountered:
-DCONAN_HOST_PROFILE=default;auto-cmake: perform autodetection as described above, and fallback to the default profile for anything else (default behaviour).
-DCONAN_HOST_PROFILE=clang16: do not perform autodetection, and use the clang16 profile which must exist in the Conan profiles folder (see docs.)
What is your question?
Hi,
As per this documentation, conan install is invoked within cmake.
My issue is: I have to provide different profile path to conan install. How can I do this?
Best Regards
Laxmi
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: