https://github.com/Kitware/CMake
Revision cafaa5883a0ef4371a1435de5e56a7825679bb2b authored by Brad King on 10 July 2019, 13:50:04 UTC, committed by Brad King on 10 July 2019, 13:51:38 UTC
1 parent 580c694
Raw File
Tip revision: cafaa5883a0ef4371a1435de5e56a7825679bb2b authored by Brad King on 10 July 2019, 13:50:04 UTC
CheckCXXSymbolExists: Clarify documented role
Tip revision: cafaa58
CUDACXX.rst
CUDACXX
-------

.. include:: ENV_VAR.txt

Preferred executable for compiling ``CUDA`` language files. Will only be used by
CMake on the first configuration to determine ``CUDA`` compiler, after which the
value for ``CUDA`` is stored in the cache as
:variable:`CMAKE_CUDA_COMPILER <CMAKE_<LANG>_COMPILER>`. For any configuration
run (including the first), the environment variable will be ignored if the
:variable:`CMAKE_CUDA_COMPILER <CMAKE_<LANG>_COMPILER>` variable is defined.
back to top