mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
baff44345c
Delay validation of the content as a feature if it contains a generator expression. It will be checked again at generate-time after evaluation.
12 lines
387 B
ReStructuredText
12 lines
387 B
ReStructuredText
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.
|