Skip to content

Commit b6a3aa1

Browse files
committed
Update googletest to use 1.17.0 exactly
With the '^x.y.z' semantics, the version can upgrade out from under us and change dependencies, so this pins to an exact version.
1 parent 5e03c00 commit b6a3aa1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@ lib_deps =
156156

157157
[env:native]
158158
platform = native
159-
build_flags = -std=c++14
159+
build_flags = -std=c++17
160160
-I src
161161
-I test/mocks
162162
test_build_src = yes
163163
build_src_filter =
164164
-<*>
165165
+<../src/Utils.cpp>
166166
lib_deps =
167-
google/googletest @ ^1.15.2
167+
google/googletest @ 1.17.0

0 commit comments

Comments
 (0)