CMAKE_CUDA_HOST_COMPILER.rst 339 B

1234567
  1. CMAKE_CUDA_HOST_COMPILER
  2. ------------------------
  3. Executable to use when compiling host code when compiling ``CUDA`` language
  4. files. Maps to the nvcc -ccbin option. Will only be used by CMake on the first
  5. configuration to determine a valid host compiler for ``CUDA``. After a valid
  6. host compiler has been found, this value is read-only.