-
Notifications
You must be signed in to change notification settings - Fork 993
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] conan_toolchain.cmake is shared by both build_types #12827
Comments
Easy fix imo would be to add the toolchain file in the actual build folder instead of the shared generator folder <off-topic> |
Best wishes for 2023 for you too! I am having a look at this and trying: #12829 However, quick question, are you using the tc.variables.debug["MYVAR_CONFIG"] = "MYVAR_DEBUG"
tc.variables.release["MYVAR_CONFIG"] = "MYVAR_RELEASE" It is true that there are a couple of other things that might depend on the build_type, so I am still trying to have a look to #12829, lets see how it goes. |
hi @memsharded, no, I wasn't aware of the new syntax. I'm old skool ;-) we use it as such: https://github.com/Ultimaker/CuraEngine/blob/86be726a6c4b487dc8a358f052365298f040d549/conanfile.py#L105 I will try the new syntax tomorrow Related issue: But placing |
Good
I thought that it worked fine, and apparently it does, and there have been no reports. Yes, please, if you find there is something there not working as it should, open a new ticket and let us know. |
We have changed the behavior for single-config, to output files to a different directory in #12829. This might break a bit for some users, but it seems the right thing to do, and Thanks very much for the feedback, this will be in 1.57 |
thx, this should fix the issue I was experiencing. It also breaks some of our workflows it will be an easy enough fix. When is 1.57 expected to be released? That would allow to plan it in our next sprint properly. |
In theory, all the releases are by the end of the month, but this one will most likely be sooner, to prepare for Conan 2.0. I would say the week of 15th January. |
Thx |
Environment details
Steps to reproduce
conan install ... && conan install ... -s build_type=Debug
Logs
No response
The text was updated successfully, but these errors were encountered: