aboutsummaryrefslogtreecommitdiff
path: root/test/googletest
diff options
context:
space:
mode:
authorKai Pastor <dg0yt@darc.de>2019-02-14 16:52:57 +0100
committerKai Pastor <dg0yt@darc.de>2019-02-14 16:52:57 +0100
commit5c4247858a90429be98e4645ded7ff4fb830a3b7 (patch)
tree8e30624e3215c6212e3f5330db1c9bee15406888 /test/googletest
parent620234a944103b7328848d218441abe80d56d563 (diff)
downloadPROJ-5c4247858a90429be98e4645ded7ff4fb830a3b7.tar.gz
PROJ-5c4247858a90429be98e4645ded7ff4fb830a3b7.zip
Use GTest 1.8.1
This fixes issues with MinGW when threads are used.
Diffstat (limited to 'test/googletest')
-rw-r--r--test/googletest/CMakeLists.txt.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/googletest/CMakeLists.txt.in b/test/googletest/CMakeLists.txt.in
index 38f90ca5..dbe3effe 100644
--- a/test/googletest/CMakeLists.txt.in
+++ b/test/googletest/CMakeLists.txt.in
@@ -5,8 +5,8 @@ project(googletest-download NONE)
include(ExternalProject)
ExternalProject_Add(googletest
- URL https://github.com/google/googletest/archive/release-1.8.0.zip
- URL_HASH SHA1=667f873ab7a4d246062565fad32fb6d8e203ee73
+ URL https://github.com/google/googletest/archive/release-1.8.1.zip
+ URL_HASH SHA1=7b41ea3682937069e3ce32cb06619fead505795e
DOWNLOAD_NO_PROGRESS ON
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"