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 207896a + cb2bed1 commit fba94e2Copy full SHA for fba94e2
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 "7e331230b822a3217bd10fb20f7a4512082e090c" CACHE STRING "roar tag")
+set(NUI_ROAR_TAG "06ea66b541cc5d074b6623be24034d01afff588b" CACHE STRING "roar tag")
4
5
if(NUI_FETCH_ROAR)
6
include(FetchContent)
0 commit comments