aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE5
1 files changed, 3 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 69e5513..77d6a69 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -12,9 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-local_repository(
+git_repository(
name = "gtest",
- path = "third_party/googletest",
+ remote = "https://github.com/google/googletest.git",
+ commit = "ba96d0b1161f540656efdaed035b3c062b60e006",
)
new_http_archive(