Skip to content

Commit

Permalink
[#38] cmake: update wrong SHA1 hash for lexy
Browse files Browse the repository at this point in the history
(cherry picked from commit 422a9d6)
  • Loading branch information
thokkat authored and lmichaelis committed Nov 17, 2022
1 parent 88c43eb commit ccf8ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endfunction()

px_add_dependency(doctest https://github.com/doctest/doctest/archive/refs/tags/v2.4.9.zip d1563419fa370c34c90e028c2e903a70c8dc07b2)
px_add_dependency(mio https://github.com/mandreyel/mio/archive/3f86a95c0784d73ce6815237ec33ed25f233b643.zip 62a0e43b07a6b66e415ad01f4b225c72a3c9935b)
px_add_dependency(lexy https://github.com/foonathan/lexy/releases/download/v2022.05.1/lexy-src.zip 252185ebbf004047725f9ed98b4e8b6e4aa06d98)
px_add_dependency(lexy https://github.com/foonathan/lexy/releases/download/v2022.05.1/lexy-src.zip 5b1599a1a3fc177c1a1bd78ec4ddf399b22a2b51)
px_add_dependency(fmt https://github.com/fmtlib/fmt/releases/download/9.1.0/fmt-9.1.0.zip 8de922ba88fccaec1e7778bc069f342084573486)
px_add_dependency(glm https://github.com/g-truc/glm/releases/download/0.9.9.8/glm-0.9.9.8.zip 45408897f419944fb28d8fd835791f237be2ec19)
px_add_dependency(libsquish https://downloads.sourceforge.net/project/libsquish/libsquish-1.15.tgz 51844b9a8bc815a27e2cc0ffbede5fee3ef75110)
Expand Down

0 comments on commit ccf8ce6

Please sign in to comment.