summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhammer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hammer.py b/hammer.py
index e85a6e72e9..c9e15f5fda 100755
--- a/hammer.py
+++ b/hammer.py
@@ -2016,7 +2016,7 @@ def install_packages_local(system, revision, features, check_times, ignore_error
packages.extend(['cmake', 'git', 'pcre2'])
if 'unittest' in features:
- packages.append('googletest')
+ deferred_functions.append(_install_gtest_sources)
install_pkgs(packages, env=env, timeout=6 * 60, check_times=check_times)