cmake/Help/variable/CMAKE_CUDA_HOST_COMPILER.rst

9 lines
426 B
ReStructuredText
Raw Normal View History

2018-01-26 17:06:56 +01:00
CMAKE_CUDA_HOST_COMPILER
------------------------
Executable to use when compiling host code when compiling ``CUDA`` language
2019-11-11 23:01:05 +01:00
files. Maps to the ``nvcc -ccbin`` option. Will only be used by CMake on the first
2018-01-26 17:06:56 +01:00
configuration to determine a valid host compiler for ``CUDA``. After a valid
2020-02-01 23:06:01 +01:00
host compiler has been found, this value is read-only. This variable takes
priority over the :envvar:`CUDAHOSTCXX` environment variable.