Skip to content

Commit 88c271e

Browse files
committed
deps: update googletest and libftm links to lastest releases
1 parent fb78562 commit 88c271e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: test/blackbox/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
zxing_add_package_stb()
2-
zxing_add_package(fmt fmtlib https://github.com/fmtlib/fmt.git 10.0.0)
2+
zxing_add_package(fmt fmtlib https://github.com/fmtlib/fmt.git 11.1.1)
33

44
if (ZXING_READERS)
55
add_executable (ReaderTest

Diff for: test/unit/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
zxing_add_package(GTest googletest https://github.com/google/googletest.git v1.14.0)
1+
zxing_add_package(GTest googletest https://github.com/google/googletest.git v1.15.2)
22

33
if (GTest_POPULATED)
44
# don't install gtest stuff on "make install"

0 commit comments

Comments
 (0)