From 989119d590359a69086b506922fe2c17a2a81d51 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Thu, 28 Apr 2016 13:40:47 +0300 Subject: [PATCH] Reduce minimal version of the CMake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.2