You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
425 B
11 lines
425 B
2 months ago
|
CMAKE_<LANG>_HOST_COMPILER_VERSION
|
||
|
----------------------------------
|
||
|
|
||
|
.. versionadded:: 3.31
|
||
|
|
||
|
This variable is available when ``<LANG>`` is ``CUDA`` or ``HIP``
|
||
|
and :variable:`CMAKE_<LANG>_COMPILER_ID` is ``NVIDIA``.
|
||
|
It contains the version of the host compiler invoked by ``nvcc``,
|
||
|
either by default or as specified by :variable:`CMAKE_<LANG>_HOST_COMPILER`,
|
||
|
in the same format as :variable:`CMAKE_<LANG>_COMPILER_VERSION`.
|