mirror of
https://github.com/skywind3000/kcp.git
synced 2026-08-19 06:03:28 +08:00
Merge pull request #443 from myd7349/update-cmake-version
fix configuration error with CMake 4.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12)
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
|
||||
|
||||
project(kcp LANGUAGES C)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user