Fix cycles compile for win32.
This commit is contained in:
@@ -255,7 +255,7 @@ public:
|
||||
if(major <= 1 && minor <= 2)
|
||||
cuda_error(string_printf("CUDA device supported only with shader model 1.3 or up, found %d.%d.", major, minor));
|
||||
else
|
||||
cuda_error("CUDA binary kernel for this graphics card shader model (%d.%d) not found.", major, minor);
|
||||
cuda_error(string_printf("CUDA binary kernel for this graphics card shader model (%d.%d) not found.", major, minor));
|
||||
return "";
|
||||
#else
|
||||
/* if not, find CUDA compiler */
|
||||
|
||||
Reference in New Issue
Block a user