OCT 1. 更新cmake最低依赖版本

This commit is contained in:
huangxin 2023-01-30 18:30:39 +08:00
parent c0addec100
commit 6dcdfa523b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.14) CMAKE_MINIMUM_REQUIRED(VERSION 3.14 FATAL_ERROR)
INCLUDE(FetchContent) INCLUDE(FetchContent)
PKG_SEARCH_MODULE(LIBUV QUIET libuv) PKG_SEARCH_MODULE(LIBUV QUIET libuv)