From 879e6111068536f27686223602cd1e4789331632 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Thu, 19 Aug 2021 15:34:06 +0200 Subject: [PATCH] Increase cmake version to 3.18 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2