mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
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.
3 lines
90 B
Plaintext
3 lines
90 B
Plaintext
-- CMAKE_VS_PLATFORM_TOOLSET='Test Toolset'
|
|
-- CMAKE_VS_PLATFORM_TOOLSET_CUDA='Test Cuda'
|