conan icon indicating copy to clipboard operation
conan copied to clipboard

[question] How to disable compatilibity?

Open Nekto89 opened this issue 3 weeks ago • 5 comments

What is your question?

Hi,

I'm trying to switch from C++17 to C++20. I'm using

core.package_id:default_embed_mode=full_mode
core.package_id:default_non_embed_mode=full_mode
core.package_id:default_unknown_mode=full_mode

I've noticed that conan assumes that binaries with C++17 can be used instead of building binaries for C++20. How can I forbid this through profile or global.conf? I would like each cppstd to have separate binaries.

Have you read the CONTRIBUTING guide?

  • [X] I've read the CONTRIBUTING guide

Nekto89 avatar Jun 28 '24 04:06 Nekto89