Skip to content

Commit

Permalink
Merge pull request #98 from NuiCpp/devel
Browse files Browse the repository at this point in the history
Updated roar.
  • Loading branch information
5cript authored Nov 23, 2023
2 parents 0c1694d + 0a3f35b commit e92fb3c
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 "b144dd89e565f3ee8617d686a528529f88fd755e" CACHE STRING "roar tag")
set(NUI_ROAR_TAG "75493e1aaa585ba304bf07f7135df173218ed256" CACHE STRING "roar tag")

if(NUI_FETCH_ROAR)
include(FetchContent)
Expand Down

0 comments on commit e92fb3c

Please sign in to comment.