From bdbb64663d30eee0c71ea985c0d12f85fe33b831 Mon Sep 17 00:00:00 2001 From: Jyri Sarha Date: Thu, 1 Oct 2015 12:52:09 +0300 Subject: Relax cmake minumum version to 2.8 from 3.0. Seems to work fine. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fe580e..6a638e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 2.8) project(kms++) IF(NOT CMAKE_BUILD_TYPE) -- cgit v1.2.3