[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [53796] trunk/blender/intern/cycles/util/ util_cuda.cpp: For non-windows systems, check for CUDA compiler during runtime

Antony Riakiotakis kalast at gmail.com
Mon Jan 14 20:33:20 CET 2013


Revision: 53796
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=53796
Author:   psy-fi
Date:     2013-01-14 19:33:16 +0000 (Mon, 14 Jan 2013)
Log Message:
-----------
For non-windows systems, check for CUDA compiler during runtime

Modified Paths:
--------------
    trunk/blender/intern/cycles/util/util_cuda.cpp

Modified: trunk/blender/intern/cycles/util/util_cuda.cpp
===================================================================
--- trunk/blender/intern/cycles/util/util_cuda.cpp	2013-01-14 18:37:58 UTC (rev 53795)
+++ trunk/blender/intern/cycles/util/util_cuda.cpp	2013-01-14 19:33:16 UTC (rev 53796)
@@ -378,7 +378,7 @@
 
 	if(cuHavePrecompiledKernels())
 		result = true;
-#ifdef _WIN32
+#ifndef _WIN32
 	else if(cuCompilerPath() != "")
 		result = true;
 #endif




More information about the Bf-blender-cvs mailing list