mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
8 lines
336 B
ReStructuredText
8 lines
336 B
ReStructuredText
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`.
|