mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
Explicitly require LibUV 1.10 or higher to build CMake
CMake 3.11 now uses `uv_translate_sys_error` introduced in LibUV 1.10.
This commit is contained in:
parent
61fd4c7420
commit
f5f72ff844
@ -546,7 +546,7 @@ macro (CMAKE_BUILD_UTILITIES)
|
||||
#---------------------------------------------------------------------
|
||||
# Build libuv library.
|
||||
if(CMAKE_USE_SYSTEM_LIBUV)
|
||||
find_package(LibUV 1.0.0)
|
||||
find_package(LibUV 1.10.0)
|
||||
if(NOT LIBUV_FOUND)
|
||||
message(FATAL_ERROR
|
||||
"CMAKE_USE_SYSTEM_LIBUV is ON but a libuv is not found!")
|
||||
|
Loading…
Reference in New Issue
Block a user