From 4c5afba9c78b3971de11df6600f23806ddf86c7f Mon Sep 17 00:00:00 2001 From: Justin Dickow Date: Wed, 9 Jul 2014 15:20:24 -0400 Subject: [PATCH] change gmock subdirectory to include 1.7 Signed-off-by: Justin Dickow --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5afed6a..fad0841 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -315,7 +315,7 @@ if(BUILD_TESTS) include(Dart) # Framework GoogleTest is also integrated together gmock # and must not be added separately - add_subdirectory(./src/thirdPartyLibs/gmock-1.6.0) + add_subdirectory(./src/thirdPartyLibs/gmock-1.7.0) add_subdirectory(./test) endif() -- 2.7.4