CMAKE_CXX_KNOWN_FEATURES.rst 608 B

123456789101112131415161718
  1. CMAKE_CXX_KNOWN_FEATURES
  2. ------------------------
  3. List of C++ features known to this version of CMake.
  4. The features listed in this variable may be known to be available to the
  5. C++ compiler. If the feature is available with the C++ compiler, it will
  6. be listed in the :variable:`CMAKE_CXX_COMPILE_FEATURES` variable.
  7. The features listed here may be used with the :command:`target_compile_features`
  8. command.
  9. The features known to this version of CMake are:
  10. ``cxx_auto_type``
  11. Automatic type deduction, as defined in N1984_.
  12. .. _N1984: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1984.pdf