You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
476 B
13 lines
476 B
10 years ago
|
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.
|