From 473fc0cf0e469e61568b39faf770990a2a3d6c22 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 1 Aug 2016 16:25:03 +0200 Subject: Buildbot: Seems quotes are not really needed when passing list --- build_files/buildbot/slave_compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files/buildbot') diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py index 92f46884b3d..f0b928320ea 100644 --- a/build_files/buildbot/slave_compile.py +++ b/build_files/buildbot/slave_compile.py @@ -112,7 +112,7 @@ if 'cmake' in builder: # Prepare CMake options needed to configure cuda binaries compilation. cuda_cmake_options.append("-DWITH_CYCLES_CUDA_BINARIES=%s" % ('ON' if build_cubins else 'OFF')) - cuda_cmake_options.append("-DCYCLES_CUDA_BINARIES_ARCH=\"sm_20;sm_21;sm_30;sm_35;sm_37;sm_50;sm_52;sm_60\"") + cuda_cmake_options.append("-DCYCLES_CUDA_BINARIES_ARCH=sm_20;sm_21;sm_30;sm_35;sm_37;sm_50;sm_52;sm_60") if build_cubins or 'cuda' in targets: if bits == 32: cuda_cmake_options.append("-DCUDA_64_BIT_DEVICE_CODE=OFF") -- cgit v1.2.3