From 7ef27e2d62a45c94a462f6c08f4fdda70c41944c Mon Sep 17 00:00:00 2001 From: kartaris Date: Wed, 18 Aug 2021 15:53:45 +0300 Subject: [PATCH] Increased minimum version for CMake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af09f38..afd4b00 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