Skip to content

Commit fba94e2

Browse files
authored
Merge pull request #100 from NuiCpp/devel
Updated roar async http client impl.
2 parents 207896a + cb2bed1 commit fba94e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/dependencies/roar.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
option(NUI_FETCH_ROAR "Fetch roar" ON)
22
set(NUI_ROAR_REPOSITORY "https://github.com/5cript/roar.git" CACHE STRING "roar repository")
3-
set(NUI_ROAR_TAG "7e331230b822a3217bd10fb20f7a4512082e090c" CACHE STRING "roar tag")
3+
set(NUI_ROAR_TAG "06ea66b541cc5d074b6623be24034d01afff588b" CACHE STRING "roar tag")
44

55
if(NUI_FETCH_ROAR)
66
include(FetchContent)

0 commit comments

Comments
 (0)