Skip to content

Commit a174e5e

Browse files
committed
conan: Uses gtest v1.14.
The "cci.20210126" version of the "gtest" package is unmaintained on Conan center. This patch changes the dependency to the latest available package version.
1 parent 95df334 commit a174e5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class QiPythonConan(ConanFile):
5959
]
6060

6161
test_requires = [
62-
"gtest/cci.20210126",
62+
"gtest/[~1.14]",
6363
]
6464

6565
generators = "CMakeToolchain", "CMakeDeps"

0 commit comments

Comments
 (0)