2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00

[#3812] Bump up googletest version to 1.16.0

This commit is contained in:
Andrei Pavel 2025-04-10 20:26:14 +03:00
parent 16e4e7db2e
commit e430e51f48
No known key found for this signature in database
GPG Key ID: D4E804481939CB21

View File

@ -1190,7 +1190,7 @@ class VagrantEnv():
def _install_gtest_sources():
"""Install gtest sources."""
# download gtest sources only if it is not present as native package
gtest_version = '1.14.0'
gtest_version = '1.16.0'
gtest_path = f'/usr/src/googletest-release-{gtest_version}/googletest'
if os.path.exists(gtest_path):
log.info('gtest is already installed in %s.', gtest_path)