Commit 91570e08 authored by Alastair Robertson's avatar Alastair Robertson Committed by GitHub

Merge pull request #123 from iovisor/stable-gtest-version

freeze googletest version
parents 75c41dd6 f955dded
......@@ -39,6 +39,7 @@ if (OFFLINE_BUILDS)
include(ExternalProject)
ExternalProject_Add(gtest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.8.1
STEP_TARGETS build update
EXCLUDE_FROM_ALL 1
UPDATE_DISCONNECTED 1
......@@ -47,6 +48,7 @@ else()
include(ExternalProject)
ExternalProject_Add(gtest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.8.1
STEP_TARGETS build update
EXCLUDE_FROM_ALL 1
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment