Skip to content

Commit

Permalink
[#3698] Install gtest sources on FreeBSD
Browse files Browse the repository at this point in the history
Fixes "checking for gtest source... configure: error: no gtest source at /usr/src/googletest".
  • Loading branch information
andrei-pavel committed Dec 19, 2024
1 parent 331e325 commit 05707e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hammer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,7 @@ def link_pg_config():
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)

Expand Down

0 comments on commit 05707e6

Please sign in to comment.