Skip to content

Commit 15e9c36

Browse files
committed
Switch GTest to version 1.8.1 for C++98 support
1 parent 7e61409 commit 15e9c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ cmake_minimum_required(VERSION 3.0)
44
include("cmake/HunterGate.cmake")
55

66
HunterGate(
7-
URL "https://github.com/cpp-pm/hunter/archive/v0.23.262.tar.gz"
8-
SHA1 "eb51e633e08cdbe2153caf255e9c23968fecb29d"
7+
URL "https://github.com/cpp-pm/hunter/archive/v0.23.224.tar.gz"
8+
SHA1 "18e57a43efc435f2e1dae1291e82e42afbf940be"
99
)
1010

1111
project(HttpStatusCodesTests)

0 commit comments

Comments
 (0)