COMPILE_FEATURES.rst 617 B

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