We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e92fb3c + fd10fdc commit 207896aCopy full SHA for 207896a
cmake/dependencies/roar.cmake
@@ -1,6 +1,6 @@
1
option(NUI_FETCH_ROAR "Fetch roar" ON)
2
set(NUI_ROAR_REPOSITORY "https://github.com/5cript/roar.git" CACHE STRING "roar repository")
3
-set(NUI_ROAR_TAG "75493e1aaa585ba304bf07f7135df173218ed256" CACHE STRING "roar tag")
+set(NUI_ROAR_TAG "7e331230b822a3217bd10fb20f7a4512082e090c" CACHE STRING "roar tag")
4
5
if(NUI_FETCH_ROAR)
6
include(FetchContent)
0 commit comments