Skip to content

Commit

Permalink
build: bump minimum version of luv to 1.43.0
Browse files Browse the repository at this point in the history
This is required for the recent addition of lua loop threading
(luv_set_thread).
  • Loading branch information
jamessan committed Feb 27, 2022
1 parent 9d3370a commit 55ab76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -387,7 +387,7 @@ include_directories(SYSTEM ${LIBUV_INCLUDE_DIRS})
find_package(Msgpack 1.0.0 REQUIRED)
include_directories(SYSTEM ${MSGPACK_INCLUDE_DIRS})

find_package(LibLUV 1.30.0 REQUIRED)
find_package(LibLUV 1.43.0 REQUIRED)
include_directories(SYSTEM ${LIBLUV_INCLUDE_DIRS})

find_package(TreeSitter REQUIRED)
Expand Down

0 comments on commit 55ab76a

Please sign in to comment.