Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build_files/buildbot/slave_compile.py')
-rw-r--r--build_files/buildbot/slave_compile.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 70958ef9d85..55543055e5b 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -61,7 +61,8 @@ if 'cmake' in builder:
# Set build options.
cmake_options = []
- cmake_extra_options = ['-DCMAKE_BUILD_TYPE:STRING=Release']
+ cmake_extra_options = ['-DCMAKE_BUILD_TYPE:STRING=Release',
+ '-DWITH_GTESTS=ON']
if builder.startswith('mac'):
# Set up OSX architecture