Pārlūkot izejas kodu

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.
Michael Lynch 3 mēneši atpakaļ
vecāks
revīzija
b6a3aa1bfe
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      platformio.ini

+ 2 - 2
platformio.ini

@@ -156,7 +156,7 @@ lib_deps =
 
 [env:native]
 platform = native
-build_flags = -std=c++14
+build_flags = -std=c++17
   -I src
   -I test/mocks
 test_build_src = yes
@@ -164,4 +164,4 @@ build_src_filter =
   -<*>
   +<../src/Utils.cpp>
 lib_deps =
-  google/googletest @ ^1.15.2
+  google/googletest @ 1.17.0