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.
1 parent 3835891 commit e4948cfCopy full SHA for e4948cf
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 "a8eda5bc6d4800a8f389a3007e793eb233ea6192" CACHE STRING "roar tag")
+set(NUI_ROAR_TAG "f1ff8911bdc1d49bc118def679638227337a0e20" CACHE STRING "roar tag")
4
5
if(NUI_FETCH_ROAR)
6
include(FetchContent)
0 commit comments