[Bf-blender-cvs] [4f1f949] master: [msvc] make.bat, no need to set the cuda path at all, cmake will figure it out on it's own.

lazydodo noreply at git.blender.org
Tue Oct 4 21:30:48 CEST 2016


Commit: 4f1f9498777dec3740df86b236d24a527db3f183
Author: lazydodo
Date:   Tue Oct 4 13:30:38 2016 -0600
Branches: master
https://developer.blender.org/rB4f1f9498777dec3740df86b236d24a527db3f183

[msvc] make.bat, no need to set the cuda path at all, cmake will figure it out on it's own.

===================================================================

M	make.bat

===================================================================

diff --git a/make.bat b/make.bat
index ad04687..11c1ff0 100644
--- a/make.bat
+++ b/make.bat
@@ -131,7 +131,7 @@ if "%target%"=="Release" (
 			goto EOF
 		)
 		set BUILD_CMAKE_ARGS=%BUILD_CMAKE_ARGS% ^
-		-C"%BLENDER_DIR%\build_files\cmake\config\blender_release.cmake" -DCUDA_NVCC_EXECUTABLE:FILEPATH=%CUDA_PATH%/bin/nvcc.exe 
+		-C"%BLENDER_DIR%\build_files\cmake\config\blender_release.cmake" 
 )
 
 :DetectMSVC




More information about the Bf-blender-cvs mailing list