Skip to content

Commit 7964539

Browse files
authored
Update arcana.cpp and UrlLib to the latest (#119)
1 parent c726f28 commit 7964539

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include(FetchContent)
1111
# --------------------------------------------------
1212
FetchContent_Declare(arcana.cpp
1313
GIT_REPOSITORY https://github.com/microsoft/arcana.cpp.git
14-
GIT_TAG 1a8a5d6e95413ed14b38a6ac9419048f9a9c8009)
14+
GIT_TAG c726dbe58713eda65bfb139c257093c43479b894)
1515
FetchContent_Declare(AndroidExtensions
1616
GIT_REPOSITORY https://github.com/bghgary/AndroidExtensions.git
1717
GIT_TAG 7d88a601fda9892791e7b4e994e375e049615688)
@@ -30,7 +30,7 @@ FetchContent_Declare(llhttp
3030
URL "https://github.com/nodejs/llhttp/archive/refs/tags/release/v8.1.0.tar.gz")
3131
FetchContent_Declare(UrlLib
3232
GIT_REPOSITORY https://github.com/BabylonJS/UrlLib.git
33-
GIT_TAG e0eb7d4c36c2cca5bbe82b94fd141734420ba84e)
33+
GIT_TAG 1f9d2c05f792d994b09fdfc1129b25294efbe182)
3434
# --------------------------------------------------
3535

3636
FetchContent_MakeAvailable(CMakeExtensions)

0 commit comments

Comments
 (0)