🔧 build(cmake version): 更新最低版本要求至3.10,修复changelog脚本生成可能报错的问题

This commit is contained in:
yangwei
2023-07-28 23:22:51 +08:00
parent 479fd1a771
commit 1b678406e7
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 2.8)
cmake_minimum_required (VERSION 2.8...3.10)
set(lib_name quic)
project(${lib_name}_test)