From 80795ff8976fabb210ef139f94d60a9e1080c8ce Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 16 Jul 2018 14:34:24 +0200 Subject: [PATCH] Buildbot: update for new VS2017 buildbot worker name. --- build_files/buildbot/slave_compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py index c43bb88b270..bf8f9f15751 100644 --- a/build_files/buildbot/slave_compile.py +++ b/build_files/buildbot/slave_compile.py @@ -78,7 +78,7 @@ if 'cmake' in builder: # cmake_extra_options.append('-DCUDA_NVCC_EXECUTABLE=/usr/local/cuda-hack/nvcc') elif builder.startswith('win'): - if builder.endswith('_vc2017'): + if builder.endswith('_vs2017'): if builder.startswith('win64'): cmake_options.extend(['-G', 'Visual Studio 15 2017 Win64']) elif builder.startswith('win32'):