Skip to content

Commit

Permalink
Merge pull request #102 from NuiCpp/devel
Browse files Browse the repository at this point in the history
Bumped dependency.
  • Loading branch information
5cript authored Jan 8, 2024
2 parents 9eec1ba + 0413807 commit f58becc
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 "06ea66b541cc5d074b6623be24034d01afff588b" CACHE STRING "roar tag")
set(NUI_ROAR_TAG "4fe66b20d9d99d1fe2953048a7a6c65ce9a751c7" CACHE STRING "roar tag")

if(NUI_FETCH_ROAR)
include(FetchContent)
Expand Down

0 comments on commit f58becc

Please sign in to comment.