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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user