Buildbot: Use proper NVCC path

In fact, we could probably remove this option all together.
This commit is contained in:
Sergey Sharybin 2017-03-24 10:27:41 +01:00
parent 85a5fbf2ce
commit e32710d2d7

@ -111,7 +111,7 @@ if 'cmake' in builder:
cuda_chroot_name = 'buildbot_' + deb_name + '_x86_64'
targets = ['player', 'blender', 'cuda']
cmake_extra_options.append('-DCUDA_NVCC_EXECUTABLE=/usr/local/cuda-8.0/bin/nvcc')
cmake_extra_options.append('-DCUDA_NVCC_EXECUTABLE=/usr/local/cuda/bin/nvcc')
cmake_options.append("-C" + os.path.join(blender_dir, cmake_config_file))