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:
parent
16e4e7db2e
commit
e430e51f48
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user