Browse Source

updated gtest (#92)

Michele Caini 7 years ago
parent
commit
73badef594
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmake/in/googletest.in

+ 1 - 1
cmake/in/googletest.in

@@ -6,7 +6,7 @@ include(ExternalProject)
 ExternalProject_Add(
 ExternalProject_Add(
     googletest
     googletest
     GIT_REPOSITORY https://github.com/google/googletest.git
     GIT_REPOSITORY https://github.com/google/googletest.git
-    GIT_TAG release-1.8.0
+    GIT_TAG master
     DOWNLOAD_DIR ${GOOGLETEST_DEPS_DIR}
     DOWNLOAD_DIR ${GOOGLETEST_DEPS_DIR}
     TMP_DIR ${GOOGLETEST_DEPS_DIR}/tmp
     TMP_DIR ${GOOGLETEST_DEPS_DIR}/tmp
     STAMP_DIR ${GOOGLETEST_DEPS_DIR}/stamp
     STAMP_DIR ${GOOGLETEST_DEPS_DIR}/stamp