From 01f3d09f9f6c2743babcd819d18ce5481ef5dbf7 Mon Sep 17 00:00:00 2001 From: mazong1123 Date: Sun, 15 May 2016 21:32:56 +0800 Subject: Updated the value of GTEST_DIR to reflect the googletest dir. --- googlemock/make/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'googlemock/make') diff --git a/googlemock/make/Makefile b/googlemock/make/Makefile index c1cc0e90..7c13e05f 100644 --- a/googlemock/make/Makefile +++ b/googlemock/make/Makefile @@ -17,7 +17,7 @@ # Points to the root of Google Test, relative to where this file is. # Remember to tweak this if you move this file, or if you want to use # a copy of Google Test at a different location. -GTEST_DIR = ../gtest +GTEST_DIR = ../../googletest # Points to the root of Google Mock, relative to where this file is. # Remember to tweak this if you move this file. -- cgit v1.2.3