Merge pull request #170 from amnezia-vpn/bugfix/cmake-version

bugfix/cmake-version
This commit is contained in:
pokamest
2023-02-07 17:05:55 +00:00
committed by GitHub
5 changed files with 6 additions and 6 deletions
+1 -1
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)