mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
build: update minimum cmake to 3.10 (#4604)
Fixes a deprecation warning with new cmake versions. Changing the minimum from 3.9 to 3.10 should be safe because there isn't even a non-EoL'd distro left that ships 3.10, let alone 3.9. Fixes: https://github.com/libuv/libuv/issues/4603
This commit is contained in:
parent
d4ab6fbba4
commit
2d8371a06e
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.9)
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
if(POLICY CMP0091)
|
||||
cmake_policy(SET CMP0091 NEW) # Enable MSVC_RUNTIME_LIBRARY setting
|
||||
|
Loading…
x
Reference in New Issue
Block a user