mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
16 lines
617 B
ReStructuredText
16 lines
617 B
ReStructuredText
COMPILE_FEATURES
|
|
----------------
|
|
|
|
.. versionadded:: 3.1
|
|
|
|
Compiler features enabled for this target.
|
|
|
|
The list of features in this property are a subset of the features listed
|
|
in the :variable:`CMAKE_C_COMPILE_FEATURES`, :variable:`CMAKE_CUDA_COMPILE_FEATURES`, and
|
|
:variable:`CMAKE_CXX_COMPILE_FEATURES` variables.
|
|
|
|
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.
|