increased required version of cmake for LINUX variable to work properly

This commit is contained in:
vladimir.kuznetsov 2023-02-07 19:45:42 +03:00
parent 2fdab4c196
commit 0fa0d72300
5 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.23.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.25.0 FATAL_ERROR)
set(PROJECT AmneziaVPN)
project(${PROJECT} VERSION 2.1.2)