1CMAKE_C_COMPILE_FEATURES 2------------------------ 3 4.. versionadded:: 3.1 5 6List of features known to the C compiler 7 8These features are known to be available for use with the C compiler. This 9list is a subset of the features listed in the 10:prop_gbl:`CMAKE_C_KNOWN_FEATURES` global property. 11 12See the :manual:`cmake-compile-features(7)` manual for information on 13compile features and a list of supported compilers. 14