CUDAHOSTCXX.rst 462 B

123456789
  1. CUDAHOSTCXX
  2. -----------
  3. Preferred executable for compiling host code when compiling ``CUDA``
  4. language files. Will only be used by CMake on the first configuration to
  5. determine ``CUDA`` host compiler, after which the value for ``CUDAHOSTCXX`` is
  6. stored in the cache as :variable:`CMAKE_CUDA_HOST_COMPILER`. For any
  7. configuration run (including the first), the environment variable will be
  8. ignored if the :variable:`CMAKE_CUDA_HOST_COMPILER` variable is defined.