Skip to content

Commit

Permalink
Test: Use Google Test 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sanssecours committed Nov 27, 2019
1 parent 918f9e3 commit 3f263e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Expand Up @@ -28,7 +28,7 @@ if (ENABLE_TESTING)
download_project ( download_project (
PROJ googletest PROJ googletest
GIT_REPOSITORY https://github.com/google/googletest.git GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.8.1 GIT_TAG release-1.10.0
QUIET QUIET
${UPDATE_DISCONNECTED_IF_AVAILABLE}) ${UPDATE_DISCONNECTED_IF_AVAILABLE})
endif (DEFINED GOOGLETEST_ROOT) endif (DEFINED GOOGLETEST_ROOT)
Expand Down

0 comments on commit 3f263e1

Please sign in to comment.