Skip to content

Commit

Permalink
Updated promise lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
5cript committed Nov 5, 2023
1 parent 9e60320 commit 3973101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies/xhawk18_promise.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set(PROMISE_MULTITHREAD on CACHE BOOL "Promise multithreading on")

option(ROAR_EXTERNAL_PROMISE "Use an external promise library (provide it manually)" OFF)
set(ROAR_PROMISE_GIT_REPOSITORY "https://github.com/5cript/promise-cpp.git" CACHE STRING "The URL from which to clone the promiselib repository")
set(ROAR_PROMISE_GIT_TAG "affb386031896805c198485f10fd56215b1a4460" CACHE STRING "The git tag or commit hash to checkout from the promiselib repository")
set(ROAR_PROMISE_GIT_TAG "87516e31edcdc55de67af75e374c9530ec17a622" CACHE STRING "The git tag or commit hash to checkout from the promiselib repository")

if (ROAR_EXTERNAL_PROMISE)
else()
Expand Down

0 comments on commit 3973101

Please sign in to comment.