change gmock subdirectory to include 1.7
authorJustin Dickow <jjdickow@gmail.com>
Wed, 9 Jul 2014 19:20:24 +0000 (15:20 -0400)
committerJustin Dickow <jjdickow@gmail.com>
Wed, 9 Jul 2014 19:20:24 +0000 (15:20 -0400)
Signed-off-by: Justin Dickow <jjdickow@gmail.com>
CMakeLists.txt

index 5afed6a..fad0841 100644 (file)
@@ -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()