summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorRobert Maynard <robert.maynard@kitware.com>2019-06-27 18:39:24 (GMT)
committerRobert Maynard <robert.maynard@kitware.com>2019-06-27 18:39:24 (GMT)
commitd3ebef4f708f92cd348232d8629c918a6057e521 (patch)
treee402ea8804ec88683e5e51ae0c148cdbd47ff37b /Help
parent3327fe948ef61ec907b1d0c056d8933f65c18214 (diff)
downloadCMake-d3ebef4f708f92cd348232d8629c918a6057e521.zip
CMake-d3ebef4f708f92cd348232d8629c918a6057e521.tar.gz
CMake-d3ebef4f708f92cd348232d8629c918a6057e521.tar.bz2
CMAKE_CUDA_HOST_COMPILER: Document it takes priority over CUDAHOSTCXX
Diffstat (limited to 'Help')
-rw-r--r--Help/variable/CMAKE_CUDA_HOST_COMPILER.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_CUDA_HOST_COMPILER.rst b/Help/variable/CMAKE_CUDA_HOST_COMPILER.rst
index eea2c4f..6d34c5c 100644
--- a/Help/variable/CMAKE_CUDA_HOST_COMPILER.rst
+++ b/Help/variable/CMAKE_CUDA_HOST_COMPILER.rst
@@ -4,4 +4,5 @@ CMAKE_CUDA_HOST_COMPILER
Executable to use when compiling host code when compiling ``CUDA`` language
files. Maps to the ``nvcc -ccbin`` option. Will only be used by CMake on the first
configuration to determine a valid host compiler for ``CUDA``. After a valid
-host compiler has been found, this value is read-only.
+host compiler has been found, this value is read-only. This variable takes
+priority over the :envvar:`CUDAHOSTCXX` environment variable.