1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-06 01:30:40 +03:00

Merge pull request #2041 from e-kud/update-cmake

Update minimal cmake version to 3.15
This commit is contained in:
Ilya Shipitsin 2024-08-13 00:25:22 +02:00 committed by GitHub
commit a8ce56b28b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.15)
set(BUILD_NUMBER CACHE STRING "The number of the current build.")