From 4f296138949e7aa000a1ea52646b57d640b6d563 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 9 Sep 2015 16:38:44 +0500 Subject: Buildbot: Test enable CUDA binaries for Win32 Linux 32bit seems to work fine now, let's see if Win32 also works. --- build_files/buildbot/slave_compile.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py index ee89bc90225..d30241a9e5c 100644 --- a/build_files/buildbot/slave_compile.py +++ b/build_files/buildbot/slave_compile.py @@ -52,10 +52,7 @@ if 'cmake' in builder: cmake_options.append(['-G', '"Visual Studio 12 2013"']) cmake_options.append("-C../blender.git/build_files/cmake/config/blender_full.cmake") - if 'win32' not in builder: - cmake_options.append("-DWITH_CYCLES_CUDA_BINARIES=1") - else: - cmake_options.append("-DWITH_CYCLES_CUDA_BINARIES=0") + cmake_options.append("-DWITH_CYCLES_CUDA_BINARIES=1") # configure and make retcode = subprocess.call(['cmake', blender_dir] + cmake_options) if retcode != 0: -- cgit v1.2.3