From: Dmitry Belyavskiy Date: Thu, 28 Apr 2016 10:40:47 +0000 (+0300) Subject: Reduce minimal version of the CMake X-Git-Tag: v1.1.0.2~22^2~5 X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=commitdiff_plain;h=989119d590359a69086b506922fe2c17a2a81d51;p=openssl-gost%2Fengine.git Reduce minimal version of the CMake --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a95986d..6d51a05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.4) +cmake_minimum_required(VERSION 2.8) project(ccgost) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c98 -O3")