diff options
author | Benjamin Wozniak <benjamin.wozniak@intenta.de> | 2019-08-21 14:14:40 (GMT) |
---|---|---|
committer | Benjamin Wozniak <benjamin.wozniak@intenta.de> | 2019-08-30 06:14:00 (GMT) |
commit | ee86770a3f9700374820f90959a9c0fa39b27409 (patch) | |
tree | 017d9e1d0d451755e707b69b6d6b9f315df8b7e3 /Help/variable/CMAKE_GENERATOR_TOOLSET.rst | |
parent | 0ad180d71294c513270b4d97cec40ad3af504faa (diff) | |
download | CMake-ee86770a3f9700374820f90959a9c0fa39b27409.zip CMake-ee86770a3f9700374820f90959a9c0fa39b27409.tar.gz CMake-ee86770a3f9700374820f90959a9c0fa39b27409.tar.bz2 |
cuda: Added docs for extended cuda toolset
Diffstat (limited to 'Help/variable/CMAKE_GENERATOR_TOOLSET.rst')
-rw-r--r-- | Help/variable/CMAKE_GENERATOR_TOOLSET.rst | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Help/variable/CMAKE_GENERATOR_TOOLSET.rst b/Help/variable/CMAKE_GENERATOR_TOOLSET.rst index a01a8b7..222824f 100644 --- a/Help/variable/CMAKE_GENERATOR_TOOLSET.rst +++ b/Help/variable/CMAKE_GENERATOR_TOOLSET.rst @@ -40,10 +40,13 @@ The ``key=value`` pairs form a comma-separated list of options to specify generator-specific details of the toolset selection. Supported pairs are: -``cuda=<version>`` - Specify the CUDA toolkit version to use. Supported by VS 2010 - and above with the CUDA toolkit VS integration installed. - See the :variable:`CMAKE_VS_PLATFORM_TOOLSET_CUDA` variable. +``cuda=<version>|<path>`` + Specify the CUDA toolkit version to use or the path to a + standalone CUDA toolkit directory. Supported by VS 2010 + and above. The version can only be used with the CUDA + toolkit VS integration globally installed. + See the :variable:`CMAKE_VS_PLATFORM_TOOLSET_CUDA` and + :variable:`CMAKE_VS_PLATFORM_TOOLSET_CUDA_CUSTOM_DIR` variables. ``host=<arch>`` Specify the host tools architecture as ``x64`` or ``x86``. |