Cycles: CUDA runtime kernel compilation can now find CUDA 6.0.

This commit is contained in:
Brecht Van Lommel 2013-12-13 19:12:07 +01:00
parent 3ec7bc05b7
commit 1e045a2417
1 changed files with 2 additions and 2 deletions

View File

@ -408,8 +408,8 @@ string cuCompilerPath()
"/Developer/NVIDIA/CUDA-5.0/bin",
"/usr/local/cuda-5.0/bin",
"/usr/local/cuda/bin",
"/Developer/NVIDIA/CUDA-4.2/bin",
"/usr/local/cuda-4.2/bin",
"/Developer/NVIDIA/CUDA-6.0/bin",
"/usr/local/cuda-6.0/bin",
"/Developer/NVIDIA/CUDA-5.5/bin",
"/usr/local/cuda-5.5/bin",
NULL};