Skip to content

Commit 207896a

Browse files
authored
Merge pull request #99 from NuiCpp/devel
Update roar.
2 parents e92fb3c + fd10fdc commit 207896a

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 "75493e1aaa585ba304bf07f7135df173218ed256" CACHE STRING "roar tag")
3+
set(NUI_ROAR_TAG "7e331230b822a3217bd10fb20f7a4512082e090c" CACHE STRING "roar tag")
44

55
if(NUI_FETCH_ROAR)
66
include(FetchContent)

0 commit comments

Comments
 (0)