COMPILE_FEATURES.rst 510 B

123456789101112
  1. COMPILE_FEATURES
  2. ----------------
  3. Compiler features enabled for this target.
  4. The list of features in this property are a subset of the features listed
  5. in the :variable:`CMAKE_CXX_COMPILE_FEATURES` variable.
  6. Contents of ``COMPILE_FEATURES`` may use "generator expressions" with the
  7. syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual for
  8. available expressions. See the :manual:`cmake-compile-features(7)` manual
  9. for information on compile features and a list of supported compilers.