diff options
author | Benjamin Wozniak <benjamin.wozniak@intenta.de> | 2019-08-23 06:32:28 (GMT) |
---|---|---|
committer | Benjamin Wozniak <benjamin.wozniak@intenta.de> | 2019-08-30 06:14:01 (GMT) |
commit | 25f29b974182ae7da36ace86e846b4c0b2807a68 (patch) | |
tree | 763757ec0860be30482cfa79e283bea66932e52a /Tests/RunCMake/GeneratorToolset/TestToolsetCudaBoth-stdout.txt | |
parent | ee86770a3f9700374820f90959a9c0fa39b27409 (diff) | |
download | CMake-25f29b974182ae7da36ace86e846b4c0b2807a68.zip CMake-25f29b974182ae7da36ace86e846b4c0b2807a68.tar.gz CMake-25f29b974182ae7da36ace86e846b4c0b2807a68.tar.bz2 |
cuda: Adapted tests to work with modified cuda toolset
- cuda version is only recognized if it contains no other characters
than "0123456789."
- cuda path is only tested with dummy value . Otherwise a cuda toolkit
must be copied to the integration test machine
Diffstat (limited to 'Tests/RunCMake/GeneratorToolset/TestToolsetCudaBoth-stdout.txt')
-rw-r--r-- | Tests/RunCMake/GeneratorToolset/TestToolsetCudaBoth-stdout.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/GeneratorToolset/TestToolsetCudaBoth-stdout.txt b/Tests/RunCMake/GeneratorToolset/TestToolsetCudaBoth-stdout.txt index 90503e2..f12c123 100644 --- a/Tests/RunCMake/GeneratorToolset/TestToolsetCudaBoth-stdout.txt +++ b/Tests/RunCMake/GeneratorToolset/TestToolsetCudaBoth-stdout.txt @@ -1,2 +1,2 @@ -- CMAKE_VS_PLATFORM_TOOLSET='Test Toolset' --- CMAKE_VS_PLATFORM_TOOLSET_CUDA='Test Cuda' +-- CMAKE_VS_PLATFORM_TOOLSET_CUDA='0.0' |