blob: 20473b732aae39e99e9aa51c48808935d95c38e4 (
plain)
1
2
3
4
5
6
7
|
compile-features-for-language-standards
---------------------------------------
* The :manual:`Compile Features <cmake-compile-features(7)>` functionality
now offers meta-features that request compiler modes for specific language
standard levels. See :prop_gbl:`CMAKE_C_KNOWN_FEATURES` and
:prop_gbl:`CMAKE_CXX_KNOWN_FEATURES`.
|