[go: nahoru, domu]

Skip to content

Commit

Permalink
fix google test framework url
Browse files Browse the repository at this point in the history
  • Loading branch information
tobeas committed Mar 12, 2019
1 parent 7e765c0 commit 34807c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ include(ExternalProject)
# Download and install GoogleTest
ExternalProject_Add(
gtest
URL https://github.com/google/googletest/archive/master.zip
URL https://github.com/google/googletest/archive/release-1.8.1.zip
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/gtest
# Disable install step
INSTALL_COMMAND ""
Expand Down

0 comments on commit 34807c4

Please sign in to comment.