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
It seems, it just adds the compiler.libcxx=libstdc++11 but still emits the compiler.libcxx=libstdc++ and passes both to conan install.
Now it seems that in my case, this does the right thing and sets up the build to use libstdc++11, but this seems fishy nevertheless and I'm not sure if I can rely on that behavior.
The text was updated successfully, but these errors were encountered:
Thanks a lot for reporting. Yes, it seems like the autodetection of libcxx is run regardless of the arguments provided and for this case the SETTINGS defined in conan_cmake_run should take preference.
I'll add this fix for the next release.
I use the following lines to invoke conan:
However, looking at the build output, I see
It seems, it just adds the
compiler.libcxx=libstdc++11
but still emits thecompiler.libcxx=libstdc++
and passes both toconan install
.Now it seems that in my case, this does the right thing and sets up the build to use
libstdc++11
, but this seems fishy nevertheless and I'm not sure if I can rely on that behavior.The text was updated successfully, but these errors were encountered: