diff options
author | Brad King <brad.king@kitware.com> | 2019-07-02 12:44:06 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-07-02 12:44:54 (GMT) |
commit | 67859b3d79606d0fe37a4e0d9dc40e58236d5b80 (patch) | |
tree | 486be964b1b15a39b2101786e729503af88e452c | |
parent | b08b640926828fc090fd88395502da27dc337203 (diff) | |
parent | d3ebef4f708f92cd348232d8629c918a6057e521 (diff) | |
download | CMake-67859b3d79606d0fe37a4e0d9dc40e58236d5b80.zip CMake-67859b3d79606d0fe37a4e0d9dc40e58236d5b80.tar.gz CMake-67859b3d79606d0fe37a4e0d9dc40e58236d5b80.tar.bz2 |
Merge topic 'cross_ref_CUDAHOSTCXX_in_CMAKE_CUDA_HOST_COMPILER'
d3ebef4f70 CMAKE_CUDA_HOST_COMPILER: Document it takes priority over CUDAHOSTCXX
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3490
-rw-r--r-- | Help/variable/CMAKE_CUDA_HOST_COMPILER.rst | 3 |
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. |