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
So my question is it possible to use the same profiles for Conan1 and Conan2?
In some simple cases, it might be possible to have the same profiles, but in the general case, it isn't:
Visual compiler has changed from Visual Studio => msvc
The compiler.cppstd is totally recommended in Conan 2, almost necessary.
In any case, the recommended way to share configuration, including profiles is with conan config install (or conan config install-pkg using Conan packages in Conan2), because there are many other configuration files that might need to be shared as well, from custom settings.yml, profile files, hooks, many of the new plugin extensions in Conan 2, the global.conf...). So it is expected that the configurations in general will be different in Conan 1 and Conan 2.
What is your question?
Hi,
I'm trying to come-up with a plan how to migrate from Conan1 to Conan2 on a step-by-step basis.
My very first issue is the profile compatibility.
E.g. for the "msvc" compiler for Conan2 there is
tools.microsoft.msbuild:vs_version=16 (#16649 (comment))
but it doesn't seem to be working with Conan1.
So my question is it possible to use the same profiles for Conan1 and Conan2?
Thanks,
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: