aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2021-08-19 15:34:06 +0200
committerDmitry Belyavskiy <beldmit@gmail.com>2021-08-19 15:34:06 +0200
commit879e6111068536f27686223602cd1e4789331632 (patch)
tree3fbbb91f65fe6ed1461d991463724cfb4c8e57ff /CMakeLists.txt
parent86bfcaca3c710def42582662311fb969ded120a3 (diff)
downloadgost-engine-879e6111068536f27686223602cd1e4789331632.zip
gost-engine-879e6111068536f27686223602cd1e4789331632.tar.gz
gost-engine-879e6111068536f27686223602cd1e4789331632.tar.bz2
Increase cmake version to 3.18
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5791ed2..bf5b557 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.18 FATAL_ERROR)
project(gost-engine LANGUAGES C)
include(GNUInstallDirs)