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

This commit is contained in:
lazydodo 2016-10-04 13:30:38 -06:00
parent cd320dbfba
commit 4f1f949877
1 changed files with 1 additions and 1 deletions

View File

@ -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