Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlazydodo <github@lazydodo.com>2016-10-04 22:30:38 +0300
committerlazydodo <github@lazydodo.com>2016-10-04 22:30:38 +0300
commit4f1f9498777dec3740df86b236d24a527db3f183 (patch)
tree14b95560d0065180403e0083b190e165549b42e2 /make.bat
parentcd320dbfba4a17ce1c1a084fbda417ed58c90391 (diff)
[msvc] make.bat, no need to set the cuda path at all, cmake will figure it out on it's own.
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.bat b/make.bat
index ad046874e5a..11c1ff00a3b 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