2013-10-17 13:47:29 +04:00
|
|
|
CMAKE_CXX_COMPILE_FEATURES
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
List of features known to the C++ compiler
|
|
|
|
|
|
|
|
These features are known to be available for use with the C++ compiler. This
|
2015-08-18 08:34:01 +03:00
|
|
|
list is a subset of the features listed in the
|
|
|
|
:prop_gbl:`CMAKE_CXX_KNOWN_FEATURES` global property.
|
2014-03-19 02:50:18 +04:00
|
|
|
|
|
|
|
See the :manual:`cmake-compile-features(7)` manual for information on
|
2015-04-07 21:10:50 +03:00
|
|
|
compile features and a list of supported compilers.
|