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.
This commit is contained in:
Michael Lynch
2026-04-24 16:17:23 -04:00
parent 5e03c00397
commit b6a3aa1bfe

View File

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