summaryrefslogtreecommitdiff
path: root/share/cmake-3.22/Help/prop_tgt/CUDA_RUNTIME_LIBRARY-VALUES.txt
blob: a6d7050a922087ea7e53be3c948c5923a3e683cd (plain)
1
2
3
4
5
6
7
8
9
``None``
  Link with ``-cudart=none`` or equivalent flag(s) to use no CUDA
  runtime library.
``Shared``
  Link with ``-cudart=shared`` or equivalent flag(s) to use a
  dynamically-linked CUDA runtime library.
``Static``
  Link with ``-cudart=static`` or equivalent flag(s) to use a
  statically-linked CUDA runtime library.