From 62521fce48255e5e7fe0d34727a6478ad636b1ba Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 2 Dec 2015 22:55:42 +0500 Subject: Buildbot: Don't specify install directory for Windows builds Installation is to happen within the build folder, no special folder for this is required. --- build_files/buildbot/slave_compile.py | 1 + 1 file changed, 1 insertion(+) (limited to 'build_files') diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py index cc06b0ac1b2..e0802ca30b1 100644 --- a/build_files/buildbot/slave_compile.py +++ b/build_files/buildbot/slave_compile.py @@ -65,6 +65,7 @@ if 'cmake' in builder: cmake_options.append('-DCMAKE_OSX_ARCHITECTURES:STRING=ppc') elif builder.startswith('win'): + install_dir = None if builder.startswith('win64'): cmake_options.append(['-G', '"Visual Studio 12 2013 Win64"']) elif builder.startswith('win32'): -- cgit v1.2.3