https://github.com/Kitware/CMake
Raw File
Tip revision: 498db9b9bcfdf391ff89ffc0b273a65d0bc1bd7e authored by Brad King on 21 October 2015, 13:26:43 UTC
CMake 3.4.0-rc2
Tip revision: 498db9b
COMPILE_FEATURES.rst
COMPILE_FEATURES
----------------

Compiler features enabled for this target.

The list of features in this property are a subset of the features listed
in the :variable:`CMAKE_CXX_COMPILE_FEATURES` variable.

Contents of ``COMPILE_FEATURES`` may use "generator expressions" with the
syntax ``$<...>``.  See the :manual:`cmake-generator-expressions(7)` manual for
available expressions.  See the :manual:`cmake-compile-features(7)` manual
for information on compile features and a list of supported compilers.
back to top