Skip to content

Commit

Permalink
updated googletest.in
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Dec 15, 2017
1 parent 50069d3 commit 3cdaa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/in/googletest.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include(ExternalProject)
ExternalProject_Add(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.8.0
GIT_TAG master
DOWNLOAD_DIR ${GOOGLETEST_DEPS_DIR}
TMP_DIR ${GOOGLETEST_DEPS_DIR}/tmp
STAMP_DIR ${GOOGLETEST_DEPS_DIR}/stamp
Expand Down

0 comments on commit 3cdaa5a

Please sign in to comment.