Skip to content

Features: Add meta-features requesting awareness of a particular standard

A common use case of target_compile_features is simply to specify that the compiler should be run in a mode that is aware of e.g. C++11. Some projects simply specify a particular C++11-only feature to request this. Provide a first-class way to do this by naming features after the corresponding language standard.

Merge request reports