1CMAKE_CUDA_COMPILE_FEATURES
2---------------------------
3
4.. versionadded:: 3.17
5
6List of features known to the CUDA compiler
7
8These features are known to be available for use with the CUDA compiler. This
9list is a subset of the features listed in the
10:prop_gbl:`CMAKE_CUDA_KNOWN_FEATURES` global property.
11
12See the :manual:`cmake-compile-features(7)` manual for information on
13compile features and a list of supported compilers.
14