Skip to content

Commit

Permalink
deps: update googletest and libftm links to lastest releases
Browse files Browse the repository at this point in the history
  • Loading branch information
axxel committed Dec 28, 2024
1 parent fb78562 commit 88c271e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/blackbox/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
zxing_add_package_stb()
zxing_add_package(fmt fmtlib https://github.com/fmtlib/fmt.git 10.0.0)
zxing_add_package(fmt fmtlib https://github.com/fmtlib/fmt.git 11.1.1)

if (ZXING_READERS)
add_executable (ReaderTest
Expand Down
2 changes: 1 addition & 1 deletion test/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
zxing_add_package(GTest googletest https://github.com/google/googletest.git v1.14.0)
zxing_add_package(GTest googletest https://github.com/google/googletest.git v1.15.2)

if (GTest_POPULATED)
# don't install gtest stuff on "make install"
Expand Down

0 comments on commit 88c271e

Please sign in to comment.