From: Dmitry Belyavskiy Date: Thu, 19 Aug 2021 13:34:06 +0000 (+0200) Subject: Increase cmake version to 3.18 X-Git-Tag: v3.0.0~8 X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=openssl-gost%2Fengine.git;a=commitdiff_plain;h=879e6111068536f27686223602cd1e4789331632 Increase cmake version to 3.18 --- 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)