Skip to content

Commit a443aa6

Browse files
bump google test version; c++ 17 now required
1 parent 33380c8 commit a443aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ include(FetchContent)
196196
FetchContent_Declare(
197197
googletest
198198
GIT_REPOSITORY https://github.com/google/googletest.git
199-
GIT_TAG v1.14.0
199+
GIT_TAG v1.17.0
200200
)
201201
if (WINDOWS)
202202
# For Windows: Prevent overriding the parent project's compiler/linker settings

0 commit comments

Comments
 (0)