-
- Downloads
VS: Provide an option to specify CUDA toolset version
The NVIDIA CUDA Toolkit provides MSBuild toolset files for integration with Visual Studio. Multiple versions may be installed so we need a way to tell our VS generators which CUDA toolset to use. Extend the `CMAKE_GENERATOR_TOOLSET` specification to provide a `cuda=...` field specifying the version number.
Showing
- Help/manual/cmake-variables.7.rst 1 addition, 0 deletionsHelp/manual/cmake-variables.7.rst
- Help/variable/CMAKE_VS_PLATFORM_TOOLSET_CUDA.rst 10 additions, 0 deletionsHelp/variable/CMAKE_VS_PLATFORM_TOOLSET_CUDA.rst
- Source/cmGlobalVisualStudio10Generator.cxx 21 additions, 2 deletionsSource/cmGlobalVisualStudio10Generator.cxx
- Source/cmGlobalVisualStudio10Generator.h 5 additions, 0 deletionsSource/cmGlobalVisualStudio10Generator.h
- Tests/RunCMake/GeneratorToolset/RunCMakeTest.cmake 6 additions, 0 deletionsTests/RunCMake/GeneratorToolset/RunCMakeTest.cmake
- Tests/RunCMake/GeneratorToolset/TestToolsetCudaBoth-stdout.txt 2 additions, 0 deletions.../RunCMake/GeneratorToolset/TestToolsetCudaBoth-stdout.txt
- Tests/RunCMake/GeneratorToolset/TestToolsetCudaBoth.cmake 2 additions, 0 deletionsTests/RunCMake/GeneratorToolset/TestToolsetCudaBoth.cmake
- Tests/RunCMake/GeneratorToolset/TestToolsetCudaOnly-stdout.txt 2 additions, 0 deletions.../RunCMake/GeneratorToolset/TestToolsetCudaOnly-stdout.txt
- Tests/RunCMake/GeneratorToolset/TestToolsetCudaOnly.cmake 2 additions, 0 deletionsTests/RunCMake/GeneratorToolset/TestToolsetCudaOnly.cmake
Loading
Please register or sign in to comment