CMAKE_CXX_COMPILE_FEATURES.rst 400 B

1234567891011
  1. CMAKE_CXX_COMPILE_FEATURES
  2. --------------------------
  3. List of features known to the C++ compiler
  4. These features are known to be available for use with the C++ compiler. This
  5. list is a subset of the features listed in the
  6. :prop_gbl:`CMAKE_CXX_KNOWN_FEATURES` global property.
  7. See the :manual:`cmake-compile-features(7)` manual for information on
  8. compile features and a list of supported compilers.