Skip to content

Commit

Permalink
link to googletest's github
Browse files Browse the repository at this point in the history
  • Loading branch information
ytakano committed Jun 15, 2017
1 parent 601215b commit 13d4eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/GTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function(add_gtest_as_external)
set (gtest_url URL ${gtest_local})
FIND_PACKAGE_MESSAGE(GTest "Trying to build GTest from local ${gtest_local}" "[${gtest_local}]")
else()
set (gtest_web_url "https://googletest.googlecode.com/files/gtest-1.7.0.zip")
set (gtest_web_url "https://github.com/google/googletest/archive/release-1.7.0.zip")
FIND_PACKAGE_MESSAGE(GTest "Trying to build GTest from ${gtest_web_url}" "[${gtest_web_url}]")
set (gtest_url
URL ${gtest_web_url}
Expand Down

0 comments on commit 13d4eb6

Please sign in to comment.