From: kartaris Date: Wed, 18 Aug 2021 12:53:45 +0000 (+0300) Subject: Increased minimum version for CMake X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=7ef27e2d62a45c94a462f6c08f4fdda70c41944c;hp=5418695b897b03939a1c8db39557e8a5441e06a7;p=openssl-gost%2Fengine.git Increased minimum version for CMake --- 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)