Buildbot: Don't specify install directory for Windows builds
Installation is to happen within the build folder, no special folder for this is required.
This commit is contained in:
@@ -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'):
|
||||
|
Reference in New Issue
Block a user