-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
What is your question?
Hi, for historical reasons we have a lot of packages that haven't set a compiler.cppstd. Instead we used shared CMake scripts to define the C++ standard or just used the default. So far we didn't run into problems but recently we encountered a few Conan Center packages that require a C++ standard to be set.
We'd like to slowly introduce correctly setting compiler.cppstd but we would still like to keep using a few old packages before rebuilding everything.
I noticed that the default cppstd_compat.py extension ignores packages with compiler.cppstd set to None. Do you have a recommendation how we best tackle that situation?
Have you read the CONTRIBUTING guide?
- I've read the CONTRIBUTING guide