mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
b0996a3fa2
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. Record them as always available in the corresponding standard level so that requesting them always ensures that standard (or higher) is used. |
||
---|---|---|
.. | ||
FeatureTesting.cmake |