Skip to content

Commit 05707e6

Browse files
committed
[#3698] Install gtest sources on FreeBSD
Fixes "checking for gtest source... configure: error: no gtest source at /usr/src/googletest".
1 parent 331e325 commit 05707e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hammer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ def link_pg_config():
20162016
packages.extend(['cmake', 'git', 'pcre2'])
20172017

20182018
if 'unittest' in features:
2019-
packages.append('googletest')
2019+
deferred_functions.append(_install_gtest_sources)
20202020

20212021
install_pkgs(packages, env=env, timeout=6 * 60, check_times=check_times)
20222022

0 commit comments

Comments
 (0)