Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
5cript committed Nov 5, 2023
2 parents 1355d3a + aac62f8 commit b9994ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies/roar.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
option(NUI_FETCH_ROAR "Fetch roar" ON)
set(NUI_ROAR_REPOSITORY "https://github.com/5cript/roar.git" CACHE STRING "roar repository")
set(NUI_ROAR_TAG "9e60320c7d60f91feb2bc13948340a97dd8ee190" CACHE STRING "roar tag")
set(NUI_ROAR_TAG "7efcf0bd3d971426e0f6fe793927d4bc0ad49d85" CACHE STRING "roar tag")

if(NUI_FETCH_ROAR)
include(FetchContent)
Expand Down

0 comments on commit b9994ce

Please sign in to comment.