CMAKE: fixed libuv check

compilation fails with libuv 1.18.x
master
Martin Gerhardy 2019-09-20 11:15:35 +02:00
parent 38519e11a7
commit e5ce61fbf8
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
include("${ROOT_DIR}/cmake/macros.cmake")
engine_find(libuv uv.h "" "")
engine_find(libuv uv.h "" ">=1.30.0")