From: Justin Dickow Date: Wed, 9 Jul 2014 19:20:24 +0000 (-0400) Subject: change gmock subdirectory to include 1.7 X-Git-Tag: 3.5~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c5afba9c78b3971de11df6600f23806ddf86c7f;p=profile%2Fivi%2Fsmartdevicelink.git change gmock subdirectory to include 1.7 Signed-off-by: Justin Dickow --- 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()