mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-28 20:47:48 +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():
|
def _install_gtest_sources():
|
||||||
"""Install gtest sources."""
|
"""Install gtest sources."""
|
||||||
# download gtest sources only if it is not present as native package
|
# 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'
|
gtest_path = f'/usr/src/googletest-release-{gtest_version}/googletest'
|
||||||
if os.path.exists(gtest_path):
|
if os.path.exists(gtest_path):
|
||||||
log.info('gtest is already installed in %s.', gtest_path)
|
log.info('gtest is already installed in %s.', gtest_path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user