diff options
Diffstat (limited to '3rdparty/googletest/googlemock/make/Makefile')
-rw-r--r-- | 3rdparty/googletest/googlemock/make/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/googletest/googlemock/make/Makefile b/3rdparty/googletest/googlemock/make/Makefile index 7c13e05fa96..c1cc0e90f17 100644 --- a/3rdparty/googletest/googlemock/make/Makefile +++ b/3rdparty/googletest/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 = ../../googletest +GTEST_DIR = ../gtest # Points to the root of Google Mock, relative to where this file is. # Remember to tweak this if you move this file. |